diff options
-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) |