diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
commit | 65f190625df5c430dbe5dc68ccef865b33839973 (patch) | |
tree | 7923365b9dfa49a2a2f8ec67abce9d09b32ad514 /Makefile.SH | |
parent | 68c887af8bbbe8aaa5d726ce35fbbb66c21b6301 (diff) | |
download | perl-65f190625df5c430dbe5dc68ccef865b33839973.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5570
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 26c13c29fd..b1baa0426b 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) + 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 .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) |