summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-03-11 11:29:39 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-03-11 11:29:39 +0000
commitb13ac84d469b3618ced9dcece7d404b1d965c4ce (patch)
tree2ba17493be77078bcc7282d2590ccdfb98f82465 /usr.bin/make/parse.c
parent43eca7506ea5d8df027735013dd04b809a0d4cdc (diff)
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index bb3653176521..7068adabe8a0 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -2534,6 +2534,9 @@ 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...
*/