summaryrefslogtreecommitdiffstats
path: root/php/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'php/Makefile.am')
-rw-r--r--php/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 49efcde0..6666f66e 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -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