X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=php%2FMakefile.am;h=6666f66ef0ab92030194852a965f780abd052549;hb=869c11b30c72c57e48dd63c4641087a06abe80d5;hp=49efcde0845c6b9a895c17dced27bf9b52978941;hpb=2c61e04c4599536fee771431fb1ebc8384523b2a;p=libguestfs.git diff --git a/php/Makefile.am b/php/Makefile.am index 49efcde..6666f66 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