1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00
This commit is contained in:
Jim Meyering
1993-04-04 00:40:23 +00:00
parent 7597dbd0da
commit 5a09fe4494

View File

@@ -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.