From a6c1bb3f5e9320b43051212aaffdd44856750779 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 14 Jun 2005 13:13:17 +0000 Subject: [PATCH] Don't delete IO/Zlib during distclean on Win32 (IO/Socket still needs to go, though) p4raw-id: //depot/perl@24837 --- win32/Makefile | 4 ++-- win32/makefile.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/Makefile b/win32/Makefile index 3dfdd9c..67fd308 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1141,8 +1141,8 @@ distclean: realclean -del /f $(LIBDIR)\Unicode\Normalize.pm -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm -del /f $(LIBDIR)\Win32.pm - -if exist $(LIBDIR)\IO rmdir /s /q $(LIBDIR)\IO - -if exist $(LIBDIR)\IO rmdir /s $(LIBDIR)\IO + -if exist $(LIBDIR)\IO\Socket rmdir /s /q $(LIBDIR)\IO\Socket + -if exist $(LIBDIR)\IO\Socket rmdir /s $(LIBDIR)\IO\Socket -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B -if exist $(LIBDIR)\B rmdir /s $(LIBDIR)\B -if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data diff --git a/win32/makefile.mk b/win32/makefile.mk index a338c7d..d456ae7 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1287,8 +1287,8 @@ distclean: realclean -del /f $(LIBDIR)\Unicode\Normalize.pm -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm -del /f $(LIBDIR)\Win32.pm - -if exist $(LIBDIR)\IO rmdir /s /q $(LIBDIR)\IO - -if exist $(LIBDIR)\IO rmdir /s $(LIBDIR)\IO + -if exist $(LIBDIR)\IO\Socket rmdir /s /q $(LIBDIR)\IO\Socket + -if exist $(LIBDIR)\IO\Socket rmdir /s $(LIBDIR)\IO\Socket -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B -if exist $(LIBDIR)\B rmdir /s $(LIBDIR)\B -if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data -- 2.7.4