From: Jim Meyering Date: Fri, 20 Dec 1996 06:11:50 +0000 (+0000) Subject: (MAINTAINERCLEANFILES): Use $(in1) and $(in2), not $(in). X-Git-Tag: FILEUTILS-3_14a~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed354b6490ba2a76c70a67b8582c96606cdef507;p=thirdparty%2Fcoreutils.git (MAINTAINERCLEANFILES): Use $(in1) and $(in2), not $(in). --- diff --git a/tests/join/Makefile.am b/tests/join/Makefile.am index ec18995dec..9a478a59b3 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)