summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-17 03:41:20 +0000
committerJim Meyering <jim@meyering.net>1995-11-17 03:41:20 +0000
commitf52e14c5766a17b1a549a54ec9b300b916054855 (patch)
tree840ae0a43a880b44bd4d0e0680f6fc3b447d965f /old
parenta0aef26c06bfdd597b28539c57bd43b1b0d70b79 (diff)
downloadcoreutils-f52e14c5766a17b1a549a54ec9b300b916054855.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 415c82aed..b9e38d591 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,11 @@
+Thu Nov 16 21:25:45 1995 Jim Meyering (meyering@comco.com)
+
+ * Makefile.in (_all): New default target. Depend on `all' to work
+ around bug in AIX-3.2.5's /bin/make Reported by Andreas Luik
+ <luik@isa.de>.
+
+Fri Nov 10 23:31:46 1995 Jim Meyering (meyering@comco.com)
+
* src/Makefile.in (.c._o, ._c._o): Remove temporary source files.
(.c._c): Don't redirect directly to $@.
@@ -15,11 +23,10 @@
(stamp.h.in): Depend on aclocal.m4 and acconfig.h.
* acconfig.h: Add PROTOTYPES.
- * cp.h: Remove declaration of error.
+ * cp.h: Remove declaration of error. Include error.h instead.
Protoize forward dcls of functions in cp-hash.c and cp-aux.c
* cp-aux.c: Protoize and add const attribute to parameters.
* cp-hash.c: Likewise.
- * cp.c: Include error.h.
* ls.c (parse_ls_color): Use strcpy to initialize 3-character array
rather than automatic aggregate initialization. The latter isn't