Do the same as #29697 for Win32
authorSteve Hay <SteveHay@planit.com>
Fri, 5 Jan 2007 15:04:59 +0000 (15:04 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 5 Jan 2007 15:04:59 +0000 (15:04 +0000)
p4raw-id: //depot/perl@29699

win32/Makefile
win32/makefile.mk

index 790cf3e..90570b9 100644 (file)
@@ -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
index 04bbced..a3f45e3 100644 (file)
@@ -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