1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 06:03:46 +02:00
This commit is contained in:
Jim Meyering
1996-12-20 06:11:59 +00:00
parent ed354b6490
commit b0690ba414
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
Fri Dec 20 00:08:36 1996 Jim Meyering <meyering@na-net.ornl.gov>
* tests/join-test/Makefile.am (MAINTAINERCLEANFILES): Use $(in1)
and $(in2), not $(in).
* tests/join-test/mk-script.pl: New option: --list.
Generate lists of files used/generated.
Thu Dec 19 23:28:41 1996 Jim Meyering <meyering@na-net.ornl.gov>
* tests/join-test/mk-script.pl: Rewrite to be more general -- so
+1 -1
View File
@@ -62,7 +62,7 @@ TESTS = $x-tests
SUFFIXES = .pl
MAINTAINERCLEANFILES = $x-tests $(in) $(exp)
MAINTAINERCLEANFILES = $x-tests $(in1) $(in2) $(exp)
CLEANFILES = $(out) $(err)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h