diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-05 16:51:45 -0400 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-05 16:51:45 -0400 |
commit | bd77c8d1b47d24619b48e8e2f3683c8ce324fca8 (patch) | |
tree | 21e42e788d5e470bba13802c8103446bafa81b2e /php/Makefile.am | |
parent | 56da696fc24fb2c398965d8cfc3c621dcfe06e9a (diff) | |
download | libguestfs-bd77c8d1b47d24619b48e8e2f3683c8ce324fca8.tar.gz libguestfs-bd77c8d1b47d24619b48e8e2f3683c8ce324fca8.tar.xz libguestfs-bd77c8d1b47d24619b48e8e2f3683c8ce324fca8.zip |
php: Remove 'make clean' rule in subdirectory.
Diffstat (limited to 'php/Makefile.am')
-rw-r--r-- | php/Makefile.am | 6 |
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 |