diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-04 07:26:19 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-04 07:26:19 +0000 |
commit | 988deb489b89889b97f82e3095d267d09ff7e7ab (patch) | |
tree | 8127d7aa6cfedde3f284f5c6ae77e4f2eefee59e /ChangeLog | |
parent | d2429d7508169501d2dfeefca5608005142fe236 (diff) | |
download | gunmake-988deb489b89889b97f82e3095d267d09ff7e7ab.tar.gz |
Fix for complex situations where directories are declared as prerequisites.
Info on this fix from barkalow@reputation.com: thanks!
Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-09-04 Paul D. Smith <psmith@gnu.org> + + * implicit.c (pattern_search): Daniel <barkalow@reputation.com> + reports that GNU make sometimes doesn't recognize that targets can + be made, when directories can be created as prerequisites. He + reports changing the order of predicates in the DEP->changed flag + test so that lookup_file() is always performed, solves this + problem. + 2002-08-08 Paul D. Smith <psmith@gnu.org> * configure.in: Require a newer version of gettext. |