]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 20 Dec 1996 06:11:59 +0000 (06:11 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 20 Dec 1996 06:11:59 +0000 (06:11 +0000)
old/textutils/ChangeLog
tests/join/Makefile.in

index d49b9626e56eeb0023b7514c10e4f2cd82918188..f5329b763ece1cdd8bb98b0f205980411ffce211 100644 (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
index fe906adce25025267d146a5f2dd9c14f064897ab..c9a2e4e52ee9e7ed6e94f951ae21c6bc6a5c83d3 100644 (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