From d23134c5b83caad8f2484ded26c72adef47b2725 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 10 Apr 2015 13:55:07 +0100 Subject: [PATCH] php: Clean up more intermediate files. --- php/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php/Makefile.am b/php/Makefile.am index 9141b763e..14b421971 100644 --- a/php/Makefile.am +++ b/php/Makefile.am @@ -68,6 +68,11 @@ TESTS = run-php-tests.sh # rule. Therefore, don't die if this fails. clean-local: -$(MAKE) -C extension clean + rm -f extension/tests/*.exp + rm -f extension/tests/*.log + rm -f extension/tests/*.out + rm -f extension/tests/*.php + rm -f extension/tests/*.sh install-data-hook: $(MAKE) -C extension INSTALL_ROOT=$(DESTDIR) install