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 /tests/join | |
parent | ed354b6490ba2a76c70a67b8582c96606cdef507 (diff) | |
download | coreutils-b0690ba414b27de260fd1d466374d3cd5fad2b50.tar.xz |
.
Diffstat (limited to 'tests/join')
-rw-r--r-- | tests/join/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |