summaryrefslogtreecommitdiff
path: root/tests/join/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-20 06:11:50 +0000
committerJim Meyering <jim@meyering.net>1996-12-20 06:11:50 +0000
commited354b6490ba2a76c70a67b8582c96606cdef507 (patch)
tree6be28adbd16e4e0814b081baf95469a2732bac10 /tests/join/Makefile.am
parent81d1fa5cb682d3f24fbe88e65b5985f136b7677b (diff)
downloadcoreutils-ed354b6490ba2a76c70a67b8582c96606cdef507.tar.xz
(MAINTAINERCLEANFILES): Use $(in1) and $(in2), not $(in).
Diffstat (limited to 'tests/join/Makefile.am')
-rw-r--r--tests/join/Makefile.am2
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)