From: Steve Hay <SteveHay@planit.com>
Date: Wed, 11 Jan 2006 12:31:26 +0000 (+0000)
Subject: Clean up libdirs left behind by new Compress-Zlib
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46ffdcf0d3e0db1d14b81942cf46487593ea1231;p=p5sagit%2Fp5-mst-13.2.git

Clean up libdirs left behind by new Compress-Zlib

p4raw-id: //depot/perl@26783
---

diff --git a/win32/Makefile b/win32/Makefile
index 7005cdc..f08532c 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1169,6 +1169,10 @@ distclean: realclean
 	-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)\Compress rmdir /s /q $(LIBDIR)\Compress
+	-if exist $(LIBDIR)\Compress rmdir /s $(LIBDIR)\Compress
+	-if exist $(LIBDIR)\CompressPlugin rmdir /s /q $(LIBDIR)\CompressPlugin
+	-if exist $(LIBDIR)\CompressPlugin rmdir /s $(LIBDIR)\CompressPlugin
 	-if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data
 	-if exist $(LIBDIR)\Data rmdir /s $(LIBDIR)\Data
 	-if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
@@ -1185,6 +1189,8 @@ distclean: realclean
 	-if exist $(LIBDIR)\Sys rmdir /s $(LIBDIR)\Sys
 	-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
 	-if exist $(LIBDIR)\threads rmdir /s $(LIBDIR)\threads
+	-if exist $(LIBDIR)\UncompressPlugin rmdir /s /q $(LIBDIR)\UncompressPlugin
+	-if exist $(LIBDIR)\UncompressPlugin rmdir /s $(LIBDIR)\UncompressPlugin
 	-if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
 	-if exist $(LIBDIR)\XS rmdir /s $(LIBDIR)\XS
 	-cd $(PODDIR) && del /f *.html *.bat checkpods \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 92cbb83..29f9f65 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1335,6 +1335,10 @@ distclean: realclean
 	-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)\Compress rmdir /s /q $(LIBDIR)\Compress
+	-if exist $(LIBDIR)\Compress rmdir /s $(LIBDIR)\Compress
+	-if exist $(LIBDIR)\CompressPlugin rmdir /s /q $(LIBDIR)\CompressPlugin
+	-if exist $(LIBDIR)\CompressPlugin rmdir /s $(LIBDIR)\CompressPlugin
 	-if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data
 	-if exist $(LIBDIR)\Data rmdir /s $(LIBDIR)\Data
 	-if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
@@ -1351,6 +1355,8 @@ distclean: realclean
 	-if exist $(LIBDIR)\Sys rmdir /s $(LIBDIR)\Sys
 	-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
 	-if exist $(LIBDIR)\threads rmdir /s $(LIBDIR)\threads
+	-if exist $(LIBDIR)\UncompressPlugin rmdir /s /q $(LIBDIR)\UncompressPlugin
+	-if exist $(LIBDIR)\UncompressPlugin rmdir /s $(LIBDIR)\UncompressPlugin
 	-if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
 	-if exist $(LIBDIR)\XS rmdir /s $(LIBDIR)\XS
 	-cd $(PODDIR) && del /f *.html *.bat checkpods \