(MAINTAINERCLEANFILES): Use $(in1) and $(in2), not $(in).
authorJim Meyering <jim@meyering.net>
Fri, 20 Dec 1996 06:11:50 +0000 (06:11 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 20 Dec 1996 06:11:50 +0000 (06:11 +0000)
tests/join/Makefile.am

index ec18995..9a478a5 100644 (file)
@@ -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)