diff options
author | foobar <sniper@php.net> | 2005-05-23 09:37:34 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-23 09:37:34 +0000 |
commit | 22c5e8a6eae84b8dacc97261b388c97e2efa8b4a (patch) | |
tree | b7f4f825dc7d38657f589e4470ff37fb18bcbb95 /Makefile.global | |
parent | 26d7b7fbc07ab980dae1bf0d6cf8db319187af88 (diff) | |
download | php-git-22c5e8a6eae84b8dacc97261b388c97e2efa8b4a.tar.gz |
- Fixed bug #33017 (make distclean give error outside of php-src)
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 2 |
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 |