diff options
author | Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com> | 2008-03-18 12:35:54 -0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-03-18 18:54:24 +0000 |
commit | 8b53a00d11adaeca27316b0edca0d3a5a4e9ef27 (patch) | |
tree | 5aa71724a3c2809dc0054385ed29e63ed76cc6aa /Makefile.SH | |
parent | 3be3cdd69f8d4575e4bd169527cadc39aedcb7b1 (diff) | |
download | perl-8b53a00d11adaeca27316b0edca0d3a5a4e9ef27.tar.gz |
Fixing "make distclean" to remove "config.arch"
Message-Id: <1205865354.16048.56.camel@miki>
p4raw-id: //depot/perl@33542
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 c9500d3ece..3f23e49718 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: |