]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 17 Nov 1995 03:41:20 +0000 (03:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Nov 1995 03:41:20 +0000 (03:41 +0000)
old/fileutils/ChangeLog

index 415c82aed0c0fa4401c06872a50884d420532ea2..b9e38d59114aea3334f1a6b789942177432931c0 100644 (file)
@@ -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 $@.
 
        (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