summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-23 09:37:34 +0000
committerfoobar <sniper@php.net>2005-05-23 09:37:34 +0000
commit22c5e8a6eae84b8dacc97261b388c97e2efa8b4a (patch)
treeb7f4f825dc7d38657f589e4470ff37fb18bcbb95 /Makefile.global
parent26d7b7fbc07ab980dae1bf0d6cf8db319187af88 (diff)
downloadphp-git-22c5e8a6eae84b8dacc97261b388c97e2efa8b4a.tar.gz
- Fixed bug #33017 (make distclean give error outside of php-src)
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 a76e766433..6c4e1821d9 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -71,7 +71,7 @@ clean:
distclean: clean
rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php5.spec sapi/apache/libphp5.module buildmk.stamp
- egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
+ egrep define'.*include/php' $(top_srcdir)/configure|sed 's/.*>//'|xargs rm -f
find . -name Makefile | xargs rm -f
.PHONY: all clean install distclean test