diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-06 10:51:57 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-06 10:51:57 -0400 |
commit | 6a52395ed14e0bda22be3fc0819e4507a71278e1 (patch) | |
tree | cd59a458726d2b307288cc627d7643d085fde574 /ChangeLog | |
parent | 29cd1e9699d1101444920827b412191e0f92e1e1 (diff) | |
download | gunmake-6a52395ed14e0bda22be3fc0819e4507a71278e1.tar.gz |
Clarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-04-06 Paul Smith <psmith@gnu.org> + * doc/make.texi (Implicit Variables): Clarify LDFLAGS vs. LDLIBS. + Fixes Savannah bug #37970. + * remake.c (check_dep): Reconsider files waiting on prerequisites, as they may have finished. Fixes Savannah bug #37703. |