diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 04:17:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 04:17:36 +0000 |
commit | c4509c3138fe6768db92f693bedb887e7c8226ed (patch) | |
tree | b5014560a8185124d5568eab160daebdd781d001 /Makefile.SH | |
parent | b4d4469a3ac9b1b6dcadffe2050cf08f602202ab (diff) | |
download | perl-c4509c3138fe6768db92f693bedb887e7c8226ed.tar.gz |
The #5249 wasn't doing any good.
p4raw-id: //depot/cfgperl@5309
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 1917d733fa..26c13c29fd 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -696,7 +696,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/c t/perl so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) .nfs* .*.c + 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) |