]> Pileus Git - ~andy/gtk/commitdiff
Forgot to commit this
authorRaja R Harinath <harinath@src.gnome.org>
Sun, 20 Sep 1998 02:35:59 +0000 (02:35 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Sun, 20 Sep 1998 02:35:59 +0000 (02:35 +0000)
gtk/makeenums.pl

index 986e934e99405d9bb962b880c41e3943a924d62b..cc6d234c04da06b44996c3d2d4105abdee97fd21 100755 (executable)
@@ -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)) {