summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-22 00:45:34 +0000
committerPaul Smith <psmith@gnu.org>2000-06-22 00:45:34 +0000
commitcbe92a2241253145fbd11e32ed1f7efcb31ba91c (patch)
tree493f0bf6d3b1fd7ac1cd959d4dc94100b08ca7c5 /ChangeLog
parentd5f7eb28977b217ad389aa775832fa28071e1ede (diff)
downloadgunmake-cbe92a2241253145fbd11e32ed1f7efcb31ba91c.tar.gz
* Fix PR/1709.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db0a7c1..cd917b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.