summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-05-10 07:44:27 -0700
committerTony Cook <tony@develop-help.com>2016-05-12 09:32:16 +1000
commitb4514920cd5cabccad6add35edf1bef258070a11 (patch)
tree5b325fe0b70f3820ce5da1163326e555b4240aa1 /win32
parentb25b06cfba95499e3ff101909adcc2c23aea0d58 (diff)
downloadperl-b4514920cd5cabccad6add35edf1bef258070a11.tar.gz
Update to the latest Test-Simple cpan dist
Diffstat (limited to 'win32')
-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 185e5ea83e..33207b00d0 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1302,6 +1302,7 @@ distclean: realclean
-if exist $(LIBDIR)\TAP rmdir /s /q $(LIBDIR)\TAP
-if exist $(LIBDIR)\Term rmdir /s /q $(LIBDIR)\Term
-if exist $(LIBDIR)\Test rmdir /s /q $(LIBDIR)\Test
+ -if exist $(LIBDIR)\Test2 rmdir /s /q $(LIBDIR)\Test2
-if exist $(LIBDIR)\Text rmdir /s /q $(LIBDIR)\Text
-if exist $(LIBDIR)\Thread rmdir /s /q $(LIBDIR)\Thread
-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 5be3e08fdc..fff0787bbe 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1597,6 +1597,7 @@ distclean: realclean
-if exist $(LIBDIR)\TAP rmdir /s /q $(LIBDIR)\TAP
-if exist $(LIBDIR)\Term rmdir /s /q $(LIBDIR)\Term
-if exist $(LIBDIR)\Test rmdir /s /q $(LIBDIR)\Test
+ -if exist $(LIBDIR)\Test2 rmdir /s /q $(LIBDIR)\Test2
-if exist $(LIBDIR)\Text rmdir /s /q $(LIBDIR)\Text
-if exist $(LIBDIR)\Thread rmdir /s /q $(LIBDIR)\Thread
-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads