summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-06-13 23:10:52 +0000
committerPaul Smith <psmith@gnu.org>2009-06-13 23:10:52 +0000
commitdceb954f9c0a948b8d53796fd78b7cfae9148b1b (patch)
tree99906d4dae8d094097f37927affa603e498510b1 /ChangeLog
parent38b23bc3f02ec199370865be9bd970e6318fa1d2 (diff)
downloadgunmake-dceb954f9c0a948b8d53796fd78b7cfae9148b1b.tar.gz
- Fix Savannah bug #13401
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92637f7..0083137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-06-13 Paul Smith <psmith@gnu.org>
+ * doc/make.texi (MAKEFILES Variable): Be explicit that files
+ included by MAKEFILES cannot give default goals.
+ * read.c (eval): If set_default is not set, pass the no-default-goal
+ value when we read included makefiles. Fixes Savannah bug #13401.
+
* ar.c (ar_name): Ensure that targets with empty parens aren't
considered archive member references: archive members must have a
non-empty "member" string. Fixes Savannah bug #18435.