diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-03-10 15:30:09 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-03-10 15:30:09 +0000 |
| commit | 248cf569be09e1d7783926597dde0cd7c8b9ccfb (patch) | |
| tree | c9096926b4599f6b4b4642852889e79b647bad5c /usr.bin | |
| parent | 0504a89fdd19201c53d1651cc33bc04c954d85b2 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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..6a82429358ec 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); } + /* finish the last line also (if there was one) */ + ParseFinishLine(); + /* * Reached EOF, but it may be just EOF of an include file... */ |
