[PATCH] make clean gives error
[email protected] (Nicholas Clark)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
without the -f make clean will fail with an error if there are no files matching *~ at the top level. Nicholas Clark --- Makefile.orig 2003-08-20 18:35:06.000000000 +0100 +++ Makefile 2003-08-20 18:39:35.000000000 +0100 @@ -33,7 +33,7 @@ realclean: cd perl && $(MAKE) realclean rm -f perl/config.sh rm -f perl/Policy.sh - rm *~ + rm -f *~ rm -f lib rm -f ponie