summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-03-28 06:31:44 +0000
committerPaul Smith <psmith@gnu.org>2003-03-28 06:31:44 +0000
commit652234e967b825478d0b756a65353f252adf73d3 (patch)
treead9f9497f6ee9abe4c8d2b0d7d3e04ca12fab24c /ChangeLog
parentacb2e6496630080a172d8938f0e0a459ee2929e2 (diff)
downloadgunmake-652234e967b825478d0b756a65353f252adf73d3.tar.gz
Fix bug #2515: the .SECONDARY target with no prerequisites wasn't
behaving properly (if you listed prerequisites it worked properly).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37b22fc..cce4014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-28 Paul D. Smith <psmith@gnu.org>
+
+ * file.c (snap_deps): If .SECONDARY with no targets is given, set
+ the intermediate flag on all targets. Fixes bug #2515.
+
2003-03-24 Paul D. Smith <psmith@gnu.org>
* configure.in, Makefile.am, glob/Makefile.am, doc/Makefile.am: