summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-31 09:58:28 -0700
committerChristopher Jones <sixd@php.net>2013-08-05 15:18:12 -0700
commit3bbe5931bc2b05ff8bcdf217bc6e79f5ac4cd692 (patch)
treeff5f7d50c422a798ce77e74a592703339619550f /Makefile.global
parenta5c524f1bee382bb5792069c7a0afac9abdcd3ce (diff)
downloadphp-git-3bbe5931bc2b05ff8bcdf217bc6e79f5ac4cd692.tar.gz
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index b30c318fc4..fe31eed20e 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -116,7 +116,7 @@ clean:
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
distclean: clean
- rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
+ rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak
$(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
.PHONY: all clean install distclean test