diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-28 14:14:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-28 14:14:29 +0000 |
commit | f87c61f01d3eeaee1a9aa02e7de5c8a8eb6f199b (patch) | |
tree | 52bfd8944709ad8fbb491dbd746bc84817db5563 /win32/makefile.mk | |
parent | 51b0dbc48c4f735e936ea3d667a53d6e4cc53951 (diff) | |
download | perl-f87c61f01d3eeaee1a9aa02e7de5c8a8eb6f199b.tar.gz |
makefiles should not clobber lib/Thread directory (some Thread
files seem to live there rather than in ext, for some reason)
p4raw-id: //depot/perl@16838
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index f3f3d0ff99..e8a55f798d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1164,7 +1164,6 @@ distclean: clean -del /f $(LIBDIR)\Scalar\Util.pm -del /f $(LIBDIR)\Unicode\Normalize.pm -if exist $(LIBDIR)\IO rmdir /s /q $(LIBDIR)\IO || rmdir /s $(LIBDIR)\IO - -if exist $(LIBDIR)\Thread rmdir /s /q $(LIBDIR)\Thread || rmdir /s $(LIBDIR)\Thread -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B || rmdir /s $(LIBDIR)\B -if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data || rmdir /s $(LIBDIR)\Data -if exist $(LIBDIR)\Filter\Util\Call rmdir /s /q $(LIBDIR)\Filter\Util\Call || rmdir /s $(LIBDIR)\Filter |