Description: modifying Makefile to remove leftover temporary
 directories that may be created by some test cases.
Author: Andrius Merkys <andrius.merkys@gmail.com>
--- a/makefiles/Makefile-perl-multiscript-tests
+++ b/makefiles/Makefile-perl-multiscript-tests
@@ -342,6 +342,7 @@
 	rm -f ${SHARED_SWIG_OBJECTS}
 	rm -f ${SCRIPT_DEPENDS}
 	rm -f ${DIFF_DEPEND} .script.depend
+	rm -rf tmp-*
 	for DIR in ${MAKE_DIRS}; do \
 		${MAKE} -C $$DIR $@; \
 	done
