sniper Mon May 23 05:37:36 2005 EDT
Modified files:
/php-src Makefile.global
Log:
- Fixed bug #33017 (make distclean give error outside of php-src)
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.52&r2=1.53&ty=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.52 php-src/Makefile.global:1.53
--- php-src/Makefile.global:1.52 Fri May 6 22:51:50 2005
+++ php-src/Makefile.global Mon May 23 05:37:34 2005
@@ -71,7 +71,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php