git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56da696
)
php: Remove 'make clean' rule in subdirectory.
author
Richard Jones
<rjones@redhat.com>
Sun, 5 Sep 2010 20:51:45 +0000
(16:51 -0400)
committer
Richard Jones
<rjones@redhat.com>
Sun, 5 Sep 2010 20:51:45 +0000
(16:51 -0400)
php/Makefile.am
patch
|
blob
|
history
diff --git
a/php/Makefile.am
b/php/Makefile.am
index
49efcde
..
6666f66
100644
(file)
--- 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