From: Jim Meyering Date: Fri, 17 Nov 1995 03:41:20 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f52e14c5766a17b1a549a54ec9b300b916054855;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 415c82aed0..b9e38d5911 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 + . + +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