diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-18 14:17:05 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-18 14:19:12 +0100 |
commit | 82dee7de92a0bd357037a76ff6e67939cc6e9adc (patch) | |
tree | 0b381b152051ef16b1cbe37c959c6f12709af686 /win32/Makefile | |
parent | b17397621f1e997fadd615214400d296c2677d96 (diff) | |
download | perl-82dee7de92a0bd357037a76ff6e67939cc6e9adc.tar.gz |
Move lib from lib to ext.
Nothing up to and including minitest uses lib, and not needing many special
case rules to extract from lib/lib_pm.PL simplifies all the Makefiles.
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile index 8e911cb536..e3348f5c63 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1119,8 +1119,6 @@ utils: $(PERLEXE) $(X2P) copy ..\README.win32 ..\pod\perlwin32.pod copy ..\pod\perl5110delta.pod ..\pod\perldelta.pod $(MAKE) -f ..\win32\pod.mak converters - cd ..\lib - $(PERLEXE) $(ICWD) lib_pm.PL cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) $(PERLEXE) $(ICWD) ..\autodoc.pl .. @@ -1140,7 +1138,6 @@ distclean: realclean -del /f $(LIBDIR)\Encode.pm $(LIBDIR)\encoding.pm $(LIBDIR)\Errno.pm -del /f $(LIBDIR)\Config.pod $(LIBDIR)\POSIX.pod $(LIBDIR)\threads.pm -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm - -del /f $(LIBDIR)\XSLoader.pm $(LIBDIR)\lib.pm -del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm -del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm |