diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-09-20 02:35:59 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-09-20 02:35:59 +0000 |
commit | cc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95 (patch) | |
tree | 87c364ca7f10171028ae58b0fec755d0613ff2bf /gtk/makeenums.pl | |
parent | 1fe70a7a0d56e42e924bce42c2004e7db8e6ee3e (diff) | |
download | gtk+-cc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95.tar.gz |
Forgot to commit this
Diffstat (limited to 'gtk/makeenums.pl')
-rwxr-xr-x | gtk/makeenums.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makeenums.pl b/gtk/makeenums.pl index 986e934e99..cc6d234c04 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)) { |