From: Gerrit P. Haase Date: Thu, 21 Feb 2002 21:20:25 +0000 (+0100) Subject: Re: [PATCH] 'make clobber' on Cygwin broken X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24520e9dce27cd3bbc70dc9e62923d7280f96457;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] 'make clobber' on Cygwin broken From: "Gerrit P. Haase" Message-ID: <69510538936.20020221212025@familiehaase.de> p4raw-id: //depot/perl@14816 --- diff --git a/Makefile.SH b/Makefile.SH index a9faf71..804a970 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -890,7 +890,7 @@ _mopup: -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok - -rm -f perlld cygwin.c ld2 cygperl*.dll + -rm -f perlld cygwin.c ld2 libperl*.def libperl*.dll cygperl*.dll rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl # Do not 'make _tidy' directly.