forked from AuroraMiddleware/gtk
Forgot to commit this
This commit is contained in:
parent
1fe70a7a0d
commit
cc4aa3cd47
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user