Change 33633 by [EMAIL PROTECTED] on 2008/04/03 10:41:22
Integrate:
[ 33542]
Subject: [PATCH] Fixing "make distclean" to remove "config.arch"
From: Sérgio Durigan Júnior <[EMAIL PROTECTED]>
Date: Tue, 18 Mar 2008 15:35:54 -0300
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.10/perl/Makefile.SH#4 integrate
Differences ...
==== //depot/maint-5.10/perl/Makefile.SH#4 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#3~33134~ 2008-01-30 11:20:00.000000000 -0800
+++ perl/Makefile.SH 2008-04-03 03:41:22.000000000 -0700
@@ -1085,7 +1085,7 @@
-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
+ -rm -f config.arch config.over
# Do not 'make _tidy' directly.
_tidy:
End of Patch.