From: Sérgio Durigan Júnior Date: Tue, 18 Mar 2008 15:35:54 +0000 (-0300) Subject: Fixing "make distclean" to remove "config.arch" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b53a00d11adaeca27316b0edca0d3a5a4e9ef27;p=p5sagit%2Fp5-mst-13.2.git Fixing "make distclean" to remove "config.arch" Message-Id: <1205865354.16048.56.camel@miki> p4raw-id: //depot/perl@33542 --- diff --git a/Makefile.SH b/Makefile.SH index c9500d3..3f23e49 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1120,7 +1120,7 @@ _mopup: -rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump -rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old - -rm -f config.over $(DTRACE_H) + -rm -f config.arch config.over $(DTRACE_H) # Do not 'make _tidy' directly. _tidy: