summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-11-19 04:39:15 +0000
committerPaul Smith <psmith@gnu.org>2002-11-19 04:39:15 +0000
commitb04a205f3e8198d9d4f868897f4d753834515968 (patch)
treeb47d92e2e84852cf7b8d8a637bce72770a446099 /ChangeLog
parentd696707cb5009308baa345ff60c8378512b07edb (diff)
downloadgunmake-b04a205f3e8198d9d4f868897f4d753834515968.tar.gz
Add hash.c etc. to various non-UNIX makefiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f4c058..326a4a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.