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 /NetWare | |
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 'NetWare')
-rw-r--r-- | NetWare/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 9ae1c7a2dd..c39bb6e9f8 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -1382,8 +1382,6 @@ utils: $(BLDDIR)\$(NLM_NAME8).$(NLM_EXT) $(X2P) copy ..\README.netware .\perlnw5.pod $(MAKE) -f ..\win32\pod.mak converters - cd ..\lib - $(MINIPERL) lib_pm.PL cd ..\netware $(MINIPERL) $(PL2BAT) $(UTILS) |