summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-10-19 20:08:08 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-10-19 20:08:08 +0100
commit7263d211a5da1bf0a303b9d06b14cf4bd5cf5d13 (patch)
tree80c368ff3e2702924760e5f80a974e5647b59eda /win32
parentb3dcf77564af3102cd8adcbb1267b92bdeca662b (diff)
downloadperl-7263d211a5da1bf0a303b9d06b14cf4bd5cf5d13.tar.gz
Move B-Deparse from dist/ to lib/ since it is non-dual-lived and pure-Perl
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile1
-rw-r--r--win32/makefile.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 55fd92015f..6931b2e1d7 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1195,7 +1195,6 @@ distclean: realclean
-if exist $(LIBDIR)\Archive rmdir /s /q $(LIBDIR)\Archive
-if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute
-if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie
- -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B
-if exist $(LIBDIR)\Carp rmdir /s /q $(LIBDIR)\Carp
-if exist $(LIBDIR)\CGI rmdir /s /q $(LIBDIR)\CGI
-if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress
diff --git a/win32/makefile.mk b/win32/makefile.mk
index adac20e025..6b7cd77585 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1376,7 +1376,6 @@ distclean: realclean
-if exist $(LIBDIR)\Archive rmdir /s /q $(LIBDIR)\Archive
-if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute
-if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie
- -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B
-if exist $(LIBDIR)\Carp rmdir /s /q $(LIBDIR)\Carp
-if exist $(LIBDIR)\CGI rmdir /s /q $(LIBDIR)\CGI
-if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress