diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-22 00:45:34 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-22 00:45:34 +0000 |
commit | cbe92a2241253145fbd11e32ed1f7efcb31ba91c (patch) | |
tree | 493f0bf6d3b1fd7ac1cd959d4dc94100b08ca7c5 /ChangeLog | |
parent | d5f7eb28977b217ad389aa775832fa28071e1ede (diff) | |
download | gunmake-cbe92a2241253145fbd11e32ed1f7efcb31ba91c.tar.gz |
* Fix PR/1709.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-06-21 Paul D. Smith <psmith@gnu.org> + + * read.c (read_makefile): If we find a semicolon in the target + definition, remember where it was. If the line turns out to be a + target-specific variable, add back the semicolon and everything + after it. Fixes PR/1709. + 2000-06-19 Paul D. Smith <psmith@gnu.org> * config.h-vms.template: #define uintmax_t for this system. |