php: Enable 'make clean' in extension subdirectory.

This commit is contained in:
Richard W.M. Jones
2012-01-22 14:38:07 +00:00
parent 7178554332
commit 4f868b84d6

View File

@@ -49,10 +49,10 @@ extension/config.h: extension/config.m4 ../config.status
TESTS = run-php-tests.sh TESTS = run-php-tests.sh
# Amazingly the PHP-installed extension Makefile doesn't have a # Before PHP 5.4.0, the extension directory didn't have a 'make clean'
# 'make clean' rule. # rule. Therefore, don't die if this fails.
#clean-local: clean-local:
# $(MAKE) -C extension clean -$(MAKE) -C extension clean
install-data-hook: install-data-hook:
$(MAKE) -C extension INSTALL_ROOT=$(DESTDIR) install $(MAKE) -C extension INSTALL_ROOT=$(DESTDIR) install