summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-11-25 00:02:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-11-25 00:02:37 +0000
commita9bf183d39b7b7cea39e881e1ccf69b36bf2f899 (patch)
treefe1612127b0ef86c7e84740aaae24d185d1a049a /win32
parent128e8167dcdd0091242ba8e29bb716abeb5fe027 (diff)
downloadperl-a9bf183d39b7b7cea39e881e1ccf69b36bf2f899.tar.gz
$(MAKE) distclean shouldn't blow away ../lib/Thread.pm
p4raw-id: //depot/perl@13247
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/Makefile.win642
-rw-r--r--win32/makefile.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 7faf62091d..086a29e5c4 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -956,7 +956,7 @@ distclean: clean
-del /f $(LIBDIR)\.exists $(LIBDIR)\attrs.pm $(LIBDIR)\DynaLoader.pm
-del /f $(LIBDIR)\XSLoader.pm
-del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm
- -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm $(LIBDIR)\Thread.pm
+ -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
-del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm
-del /f $(LIBDIR)\B.pm $(LIBDIR)\O.pm $(LIBDIR)\re.pm
-del /f $(LIBDIR)\Data\Dumper.pm $(LIBDIR)\ByteLoader.pm
diff --git a/win32/Makefile.win64 b/win32/Makefile.win64
index 11b96f463e..86100bb681 100644
--- a/win32/Makefile.win64
+++ b/win32/Makefile.win64
@@ -1045,7 +1045,7 @@ distclean: clean
-del /f $(LIBDIR)\XSLoader.pm $(EXTDIR)\DynaLoader\XSLoader.pm
-del /f $(LIBDIR)\Devel\.exists $(LIBDIR)\File\.exists $(LIBDIR)\Sys\.exists
-del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm
- -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm $(LIBDIR)\Thread.pm
+ -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
-del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm
-del /f $(LIBDIR)\B.pm $(EXTDIR)\B\defsubs.h $(LIBDIR)\O.pm $(LIBDIR)\re.pm
-del /f $(LIBDIR)\Data\Dumper.pm $(LIBDIR)\ByteLoader.pm
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 877f52d3a8..b266978e7f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1110,7 +1110,7 @@ distclean: clean
-del /f $(LIBDIR)\.exists $(LIBDIR)\attrs.pm $(LIBDIR)\DynaLoader.pm
-del /f $(LIBDIR)\XSLoader.pm
-del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm
- -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm $(LIBDIR)\Thread.pm
+ -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
-del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm
-del /f $(LIBDIR)\B.pm $(LIBDIR)\O.pm $(LIBDIR)\re.pm
-del /f $(LIBDIR)\Data\Dumper.pm $(LIBDIR)\ByteLoader.pm