summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-05-27 07:56:59 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-27 08:15:53 -0400
commite9fa5a806a772a77473708c3c01c20c725a51822 (patch)
treecf6cbb4e4c1f7ec605cce1c858679dbe1d614913 /win32
parent7684c8f0e22a8866fd1448586cdf1fdcb2c9bbc8 (diff)
downloadperl-e9fa5a806a772a77473708c3c01c20c725a51822.tar.gz
remove CGI.pm from core perl distribution
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 428e91f13e..6e55e60d87 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1232,7 +1232,6 @@ distclean: realclean
-if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute
-if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie
-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
-if exist $(LIBDIR)\Config\Perl rmdir /s /q $(LIBDIR)\Config\Perl
-if exist $(LIBDIR)\CPAN rmdir /s /q $(LIBDIR)\CPAN
diff --git a/win32/makefile.mk b/win32/makefile.mk
index cbb74e351c..bf1f38424b 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1430,7 +1430,6 @@ distclean: realclean
-if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute
-if exist $(LIBDIR)\autodie rmdir /s /q $(LIBDIR)\autodie
-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
-if exist $(LIBDIR)\Config\Perl rmdir /s /q $(LIBDIR)\Config\Perl
-if exist $(LIBDIR)\CPAN rmdir /s /q $(LIBDIR)\CPAN