summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-05 16:51:45 -0400
committerRichard Jones <rjones@redhat.com>2010-09-05 16:51:45 -0400
commitbd77c8d1b47d24619b48e8e2f3683c8ce324fca8 (patch)
tree21e42e788d5e470bba13802c8103446bafa81b2e /php
parent56da696fc24fb2c398965d8cfc3c621dcfe06e9a (diff)
downloadlibguestfs-bd77c8d1b47d24619b48e8e2f3683c8ce324fca8.tar.gz
libguestfs-bd77c8d1b47d24619b48e8e2f3683c8ce324fca8.tar.xz
libguestfs-bd77c8d1b47d24619b48e8e2f3683c8ce324fca8.zip
php: Remove 'make clean' rule in subdirectory.
Diffstat (limited to 'php')
-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