diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-04 06:18:19 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-04 06:18:19 +0900 |
commit | 95aef5ce57c6b21aaca89963b58b4cd8d853189a (patch) | |
tree | 7b16ad86be92f8604525cf850d28f069b6c33977 /Makefile.SH | |
parent | 9a7a32438a22120f101549550488e3b7d0ce9cf6 (diff) | |
download | perl-95aef5ce57c6b21aaca89963b58b4cd8d853189a.tar.gz |
'make distclean now results in an actually-clean tree.
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
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: |