From bd77c8d1b47d24619b48e8e2f3683c8ce324fca8 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sun, 5 Sep 2010 16:51:45 -0400 Subject: [PATCH 1/1] php: Remove 'make clean' rule in subdirectory. --- php/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 1.8.3.1