diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-22 20:38:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-22 20:38:15 +0000 |
commit | 290be4b17714eb14435a8d44bda86ab53196c0fc (patch) | |
tree | 301c59d0a119c8e3e5197685ca7b35516496bd65 /Makefile.SH | |
parent | 39f2df9395bb57dd58acbec3349bb0b43a0f8e02 (diff) | |
download | perl-290be4b17714eb14435a8d44bda86ab53196c0fc.tar.gz |
Cleanup cleanup.
p4raw-id: //depot/cfgperl@4219
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index e7fb039f33..09f7f9c8ec 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -623,7 +623,7 @@ _cleaner: -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \ done - rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/Io.dup t/tmon.out t/big t/c t/perl t/nonexistent1 so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) + rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/c t/perl so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) |