diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-20 06:11:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-20 06:11:50 +0000 |
commit | ed354b6490ba2a76c70a67b8582c96606cdef507 (patch) | |
tree | 6be28adbd16e4e0814b081baf95469a2732bac10 | |
parent | 81d1fa5cb682d3f24fbe88e65b5985f136b7677b (diff) | |
download | coreutils-ed354b6490ba2a76c70a67b8582c96606cdef507.tar.xz |
(MAINTAINERCLEANFILES): Use $(in1) and $(in2), not $(in).
-rw-r--r-- | tests/join/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/Makefile.am b/tests/join/Makefile.am index ec18995de..9a478a59b 100644 --- a/tests/join/Makefile.am +++ b/tests/join/Makefile.am @@ -31,5 +31,5 @@ SUFFIXES = .pl chmod +x-w $@.tmp mv $@.tmp $@ -MAINTAINERCLEANFILES = $x-tests $(in) $(exp) +MAINTAINERCLEANFILES = $x-tests $(in1) $(in2) $(exp) CLEANFILES = $(out) $(err) |