diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-17 03:41:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-17 03:41:20 +0000 |
commit | f52e14c5766a17b1a549a54ec9b300b916054855 (patch) | |
tree | 840ae0a43a880b44bd4d0e0680f6fc3b447d965f /old/fileutils/ChangeLog | |
parent | a0aef26c06bfdd597b28539c57bd43b1b0d70b79 (diff) | |
download | coreutils-f52e14c5766a17b1a549a54ec9b300b916054855.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
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 |