From: Steve Hay Date: Fri, 5 Jan 2007 15:04:59 +0000 (+0000) Subject: Do the same as #29697 for Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=849a608a1c08f4ab399c53455097298571a0bad4;p=p5sagit%2Fp5-mst-13.2.git Do the same as #29697 for Win32 p4raw-id: //depot/perl@29699 --- diff --git a/win32/Makefile b/win32/Makefile index 790cf3e..90570b9 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1137,6 +1137,7 @@ distclean: realclean -if exist $(LIBDIR)\IO\Uncompress rmdir /s /q $(LIBDIR)\IO\Uncompress -if exist $(LIBDIR)\List rmdir /s /q $(LIBDIR)\List -if exist $(LIBDIR)\MIME rmdir /s /q $(LIBDIR)\MIME + -if exist $(LIBDIR)\re rmdir /s /q $(LIBDIR)\re -if exist $(LIBDIR)\Scalar rmdir /s /q $(LIBDIR)\Scalar -if exist $(LIBDIR)\Sys rmdir /s /q $(LIBDIR)\Sys -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads diff --git a/win32/makefile.mk b/win32/makefile.mk index 04bbced..a3f45e3 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1464,6 +1464,7 @@ distclean: realclean -if exist $(LIBDIR)\IO\Uncompress rmdir /s /q $(LIBDIR)\IO\Uncompress -if exist $(LIBDIR)\List rmdir /s /q $(LIBDIR)\List -if exist $(LIBDIR)\MIME rmdir /s /q $(LIBDIR)\MIME + -if exist $(LIBDIR)\re rmdir /s /q $(LIBDIR)\re -if exist $(LIBDIR)\Scalar rmdir /s /q $(LIBDIR)\Scalar -if exist $(LIBDIR)\Sys rmdir /s /q $(LIBDIR)\Sys -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads