php: Remove 'make clean' rule in subdirectory.

This commit is contained in:
Richard Jones
2010-09-05 16:51:45 -04:00
parent 56da696fc2
commit bd77c8d1b4

View File

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