summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-04 06:18:19 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-04 06:18:19 +0900
commit95aef5ce57c6b21aaca89963b58b4cd8d853189a (patch)
tree7b16ad86be92f8604525cf850d28f069b6c33977 /Makefile.SH
parent9a7a32438a22120f101549550488e3b7d0ce9cf6 (diff)
downloadperl-95aef5ce57c6b21aaca89963b58b4cd8d853189a.tar.gz
'make distclean now results in an actually-clean tree.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 42733debcc..150c60eeda 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1201,7 +1201,7 @@ _mopup:
-rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump
-rm -f perl$(EXE_EXT) $(MINIPERL_EXE) $(LIBPERL) libperl.* microperl
-rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old
- -rm -f config.arch config.over $(DTRACE_H)
+ -rm -f config.arch config.over $(DTRACE_H) runtests
# Do not 'make _tidy' directly.
_tidy:
@@ -1264,7 +1264,7 @@ _cleaner2:
-rm -f lib/ExtUtils/ParseXS/t/libXSTest.dll.a
_realcleaner:
- @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
+ @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=distclean
@$(LDLIBPTH) $(MAKE) _cleaner2
_verycleaner: