diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-05 17:27:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-05 17:27:06 +0000 |
commit | f948ffe74d98a1c774305dd651dca94c0aceed38 (patch) | |
tree | f616db67491f9e1a021b3dce9c794e73e523595d | |
parent | 4c9dff92d21816178340171cf754aea8fc35fabb (diff) | |
download | perl-f948ffe74d98a1c774305dd651dca94c0aceed38.tar.gz |
clean up the makedepend temp file
p4raw-id: //depot/cfgperl@5548
-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) |