mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-14 06:03:46 +02:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user