Navigation Menu

Skip to content

Commit

Permalink
- Fixed bug #33017 (make distclean give error outside of php-src)
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed May 23, 2005
1 parent 26d7b7f commit 22c5e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.global
Expand Up @@ -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
Expand Down

0 comments on commit 22c5e8a

Please sign in to comment.