Skip to content

Commit 0031c49

Browse files
author
foobar
committed
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
1 parent add1f2f commit 0031c49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.global

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ clean:
7171

7272
distclean: clean
7373
rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.module buildmk.stamp
74-
egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
74+
egrep define'.*include/php' $(top_srcdir)/configure|sed 's/.*>//'|xargs rm -f
7575
find . -name Makefile | xargs rm -f
7676

7777
.PHONY: all clean install distclean test

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PHP 4 NEWS
1313
RFC 2616 section 10.3.5) (Rasmus, Choitel)
1414
- Fixed bug #33019 (socket errors cause memory leaks in php_strerror()).
1515
(jwozniak23 at poczta dot onet dot pl, Tony).
16+
- Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
1617
- Fixed bug #33013 ("next month" was handled wrong while parsing dates).
1718
(Derick)
1819
- Fixed bug #32974 (pcntl calls malloc() from a signal handler). (Wez)
@@ -24,8 +25,7 @@ PHP 4 NEWS
2425
- Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
2526
- Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
2627
- Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
27-
- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right
28-
fix for GMP FPEs (Stas)
28+
- Fixed bug #32773 (GMP functions break when second parameter is 0). (Stas)
2929
- Fixed bug #32742 (segmentation fault when the stream with a wrapper
3030
is not closed). (Tony, Dmitry)
3131
- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)

0 commit comments

Comments
 (0)