From: Steve Hay Date: Thu, 22 Mar 2007 17:46:43 +0000 (+0000) Subject: Make sure Win32CORE.pm gets cleaned up X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=37ca3c28c26fba0e36f080911207555f7b9381bc;p=p5sagit%2Fp5-mst-13.2.git Make sure Win32CORE.pm gets cleaned up Normally it happens anyway, but sometimes when running 'distclean' on a half-built source tree it gets left behind. p4raw-id: //depot/perl@30691 --- diff --git a/win32/Makefile b/win32/Makefile index 71b99c3..1de959f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1124,6 +1124,7 @@ distclean: realclean -del /f $(LIBDIR)\Unicode\Normalize.pm -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm -del /f $(LIBDIR)\Win32.pm + -del /f $(LIBDIR)\Win32CORE.pm -del /f $(LIBDIR)\Win32API\File.pm -del /f $(LIBDIR)\Win32API\File\cFile.pc -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B diff --git a/win32/makefile.mk b/win32/makefile.mk index aba1945..e5f6bc6 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1451,6 +1451,7 @@ distclean: realclean -del /f $(LIBDIR)\Unicode\Normalize.pm -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm -del /f $(LIBDIR)\Win32.pm + -del /f $(LIBDIR)\Win32CORE.pm -del /f $(LIBDIR)\Win32API\File.pm -del /f $(LIBDIR)\Win32API\File\cFile.pc -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B