From 51d941aefad9cfe92a7afbbddcebc6bceb28f312 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 30 Jan 2006 15:04:50 +0000 Subject: [PATCH] Teach the Makefile how to cleanup config.over. p4raw-id: //depot/perl@27004 --- Makefile.SH | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.SH b/Makefile.SH index 607a204..6ee872b 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1003,6 +1003,7 @@ _mopup: -rm -f perlld cygwin.c ld2 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 # Do not 'make _tidy' directly. _tidy: -- 2.7.4