From d81b8bcb7b5b692358ca8ef1380100f02aa9d0f0 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 23 May 2005 09:41:51 +0000 Subject: [PATCH] MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build). --- Makefile.global | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.global b/Makefile.global index e30bc42f78..c59751bc5a 100644 --- a/Makefile.global +++ b/Makefile.global @@ -69,7 +69,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 diff --git a/NEWS b/NEWS index 1ff5c96cc4..03573e09be 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ PHP NEWS RFC 2616 section 10.3.5) (Rasmus, Choitel) - Fixed bug #33019 (socket errors cause memory leaks in php_strerror()). (jwozniak23 at poczta dot onet dot pl, Tony). +- Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani) - Fixed bug #33013 ("next month" was handled wrong while parsing dates). (Derick) - Fixed bug #32956 (mysql_bind_result() doesn't support MYSQL_TYPE_NULL). (Georg) -- 2.50.1