summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-01-05 15:04:59 +0000
committerSteve Hay <SteveHay@planit.com>2007-01-05 15:04:59 +0000
commit849a608a1c08f4ab399c53455097298571a0bad4 (patch)
treed395f21d3753adf953098afb955ed78075adf7a2
parentb2e5e6ba5e47d15a5738d4108c62ba11afc28b4c (diff)
downloadperl-849a608a1c08f4ab399c53455097298571a0bad4.tar.gz
Do the same as #29697 for Win32
p4raw-id: //depot/perl@29699
-rw-r--r--win32/Makefile1
-rw-r--r--win32/makefile.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 790cf3eabe..90570b9a42 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 04bbced02b..a3f45e3365 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