diff options
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r-- | usr.bin/make/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 7068ada..c976d66 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -2534,14 +2534,14 @@ Parse_File(char *name, FILE *stream) free(line); } - if (curFile.F != NULL) - ParseFinishLine(); /* * Reached EOF, but it may be just EOF of an include file... */ } while (ParseEOF(1) == CONTINUE); + ParseFinishLine(); + /* * Make sure conditionals are clean */ |