summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-10-25 18:42:52 +0000
committerPaul Smith <psmith@gnu.org>2002-10-25 18:42:52 +0000
commitbd108cf45cca0a37cb82aca0f3f3516e593d638b (patch)
tree46b4e8f2a272a69fce8717072a40d45931cc3568 /ChangeLog
parent6374309c6d4d17ab1e4109133ab8aad55f77d51c (diff)
downloadgunmake-bd108cf45cca0a37cb82aca0f3f3516e593d638b.tar.gz
A few minor fixes to the manual and automake files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf9bf61..409db2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-10-25 Paul D. Smith <psmith@gnu.org>
+
+ * doc/make.texi (Quick Reference): Add references to $(eval ...)
+ and $(value ...).
+ (Recursion): Add a variable index entry for CURDIR.
+
+ * README.cvs: Update to appropriate versions.
+ * Makefile.am (nodist_loadavg_SOURCES): automake gurus point out I
+ don't need to copy loadavg.c: automake is smart enough to create
+ it for me. Still have a bug in automake related to ansi2knr tho.
+
2002-10-14 Paul D. Smith <psmith@gnu.org>
* *.c: Convert to using ANSI C-style function definitions.