diff options
author | Paul Smith <psmith@gnu.org> | 2002-11-19 04:39:15 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-11-19 04:39:15 +0000 |
commit | b04a205f3e8198d9d4f868897f4d753834515968 (patch) | |
tree | b47d92e2e84852cf7b8d8a637bce72770a446099 /ChangeLog | |
parent | d696707cb5009308baa345ff60c8378512b07edb (diff) | |
download | gunmake-b04a205f3e8198d9d4f868897f4d753834515968.tar.gz |
Add hash.c etc. to various non-UNIX makefiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-11-16 Paul D. Smith <psmith@gnu.org> + + * NMakefile.template (OBJS): Add hash.c object file. + * SMakefile.template (srcs): Ditto. + * Makefile.ami (objs): Ditto. + * build_w32.bat: Ditto. + + * Makefile.DOS.template: Remove extra dependencies. + 2002-10-25 Paul D. Smith <psmith@gnu.org> * expand.c (install_variable_buffer): New function. Install a new @@ -30,6 +39,9 @@ 2002-10-14 Paul D. Smith <psmith@gnu.org> + * remake.c (notice_finished_file): Only touch targets if they have + at least one command (as per POSIX). Resolve Bug #1418. + * *.c: Convert to using ANSI C-style function definitions. * Makefile.am: Enable the ansi2knr feature of automake. * configure.in: ditto. |