diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-09 21:20:41 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-09 21:20:41 +0000 |
commit | 9b41488ad15e4ffc63b8094379c17f567b094c1b (patch) | |
tree | 24a50f9f9c1a8488a71da76239563df52dc55075 /ChangeLog | |
parent | 988deb489b89889b97f82e3095d267d09ff7e7ab (diff) | |
download | gunmake-9b41488ad15e4ffc63b8094379c17f567b094c1b.tar.gz |
Whoops; configure wasn't looking for memmove.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,14 @@ +2002-09-09 Paul D. Smith <psmith@gnu.org> + + * configure.in: Check for memmove(). + 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 + reports that 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> |