diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-13 23:10:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-13 23:10:52 +0000 |
commit | dceb954f9c0a948b8d53796fd78b7cfae9148b1b (patch) | |
tree | 99906d4dae8d094097f37927affa603e498510b1 /ChangeLog | |
parent | 38b23bc3f02ec199370865be9bd970e6318fa1d2 (diff) | |
download | gunmake-dceb954f9c0a948b8d53796fd78b7cfae9148b1b.tar.gz |
- Fix Savannah bug #13401
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |