summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-09-20 02:35:59 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-09-20 02:35:59 +0000
commitcc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95 (patch)
tree87c364ca7f10171028ae58b0fec755d0613ff2bf
parent1fe70a7a0d56e42e924bce42c2004e7db8e6ee3e (diff)
downloadgdk-pixbuf-cc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95.tar.gz
Forgot to commit this
-rwxr-xr-xgtk/makeenums.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makeenums.pl b/gtk/makeenums.pl
index 986e934e9..cc6d234c0 100755
--- a/gtk/makeenums.pl
+++ b/gtk/makeenums.pl
@@ -43,7 +43,7 @@ sub parse_entries {
# Handle include files
if (/^\#include\s*<([^>]*)>/ ) {
- my $file= "$ENV{'srcdir'}/../$1";
+ my $file= "../$1";
open NEWFILE, $file or die "Cannot open include file $file: $!\n";
if (parse_entries (\*NEWFILE)) {