From cb4a61eaa371d17038f88639fd5fc742f51f4c6d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 17 Nov 1998 20:47:33 +0000 Subject: [PATCH] Put output files in the current directory and not in the $(srcdir) since 1998-11-17 Martin Baulig * gtk/genmarshal.pl: Put output files in the current directory and not in the $(srcdir) since the VPATH is ignored for built sources. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/genmarshal.pl | 8 ++++---- 8 files changed, 46 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cda6cabdf8..a3c1835e77 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +1998-11-17 Martin Baulig + + * gtk/genmarshal.pl: Put output files in the current directory + and not in the $(srcdir) since the VPATH is ignored for built + sources. + Tue Nov 17 01:37:53 PST 1998 Manish Singh * gtk/genmarshal.pl diff --git a/gtk/genmarshal.pl b/gtk/genmarshal.pl index 5ae52879e7..db0487b990 100755 --- a/gtk/genmarshal.pl +++ b/gtk/genmarshal.pl @@ -33,8 +33,8 @@ sub indent { } open(IL, "<$srcdir/gtkmarshal.list") || die("Open failed: $!"); -open(OH, ">$srcdir/s-gmh") || die("Open failed: $!"); -open(OS, ">$srcdir/s-gmc") || die("Open failed: $!"); +open(OH, ">s-gmh") || die("Open failed: $!"); +open(OS, ">s-gmc") || die("Open failed: $!"); print OH <