diff options
author | Gerrit P. Haase <gp@familiehaase.de> | 2002-02-21 10:54:28 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-21 15:37:44 +0000 |
commit | e32bd022c07d8ee0432dd8e95671a86ff9f6d991 (patch) | |
tree | a76ae923adf41802ca61ef0f9fac4bdde15d0a17 | |
parent | 5cc082a298098d1d6038307b148a299281926637 (diff) | |
download | perl-e32bd022c07d8ee0432dd8e95671a86ff9f6d991.tar.gz |
'make clobber' on Cygwin broken
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <13576559576.20020221095428@familiehaase.de>
p4raw-id: //depot/perl@14813
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index f525bf8c76..a9faf712e7 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 libperl*.def libperl*.dll + -rm -f perlld cygwin.c ld2 cygperl*.dll rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl # Do not 'make _tidy' directly. |