X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=php%2FMakefile.am;h=6666f66ef0ab92030194852a965f780abd052549;hp=49efcde0845c6b9a895c17dced27bf9b52978941;hb=bd77c8d1b47d24619b48e8e2f3683c8ce324fca8;hpb=56da696fc24fb2c398965d8cfc3c621dcfe06e9a 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