summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-04 00:40:23 +0000
committerJim Meyering <jim@meyering.net>1993-04-04 00:40:23 +0000
commit5a09fe4494b268a710db16aa763a31915218eeed (patch)
tree4224b53448d31ca17600bd074b0e76c5652424a2 /old
parent7597dbd0da65012d3b5b41e54dc876325dc4caf8 (diff)
downloadcoreutils-5a09fe4494b268a710db16aa763a31915218eeed.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 40de49bc9..e8834a04d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,15 @@
+Sat Apr 3 18:17:23 1993 Jim Meyering (meyering@comco.com)
+
+ * Makefile.in [Makefile]: Add dependencies and a rule to remake it.
+ [targets that cd then run make in subdirectories]: Don't depend
+ on `cd ..'; use a subshell instead.
+ [info, install-info, dvi, check, installcheck]: New targets but no
+ rules; comply with standards.
+
+ * src/Makefile.in [.c.o, dir.o, vdir.o]: Put CFLAGS after DEFS and
+ CPPFLAGS per standards.texi.
+ Automatically generate dependencies.
+
Thu Apr 1 18:05:48 1993 Jim Meyering (meyering@comco.com)
* install.c, chgrp.c, dd.c [isascii]: Undefine before redefining.