diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-20 06:11:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-20 06:11:59 +0000 |
commit | b0690ba414b27de260fd1d466374d3cd5fad2b50 (patch) | |
tree | 0bc88ae2433ce8dbe12fec2a7269792a83e062a2 | |
parent | ed354b6490ba2a76c70a67b8582c96606cdef507 (diff) | |
download | coreutils-b0690ba414b27de260fd1d466374d3cd5fad2b50.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 8 | ||||
-rw-r--r-- | tests/join/Makefile.in | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d49b9626e..f5329b763 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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 diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index fe906adce..c9a2e4e52 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -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 |