summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-03-15 14:25:24 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-03-15 14:25:24 +0000
commitdd37002304f697ebc1a334610f6c23e7e1f9cb13 (patch)
tree457452aeaed619096133cc1fbc9fe804be9779df
parent761dbeb66fb4bcbdf2fb4b4357d152310d6c53c1 (diff)
Notes
-rw-r--r--usr.bin/make/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 7068adabe8a0..c976d66f3379 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
*/