diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-03-11 11:29:39 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-03-11 11:29:39 +0000 |
| commit | b13ac84d469b3618ced9dcece7d404b1d965c4ce (patch) | |
| tree | 2ba17493be77078bcc7282d2590ccdfb98f82465 /usr.bin/make/parse.c | |
| parent | 43eca7506ea5d8df027735013dd04b809a0d4cdc (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 3 |
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... */ |
