diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-18 12:43:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-18 12:43:16 +0000 |
commit | 3e7b198aad4237a1107d1570965e2ad5a4e35741 (patch) | |
tree | 6d96adc14c687ba8570ba6f5b2cdcd6081a4e5fc /NetWare/Makefile | |
parent | f54d929ca2c2dad34db9f3339938b8fe5dcf5533 (diff) | |
download | perl-3e7b198aad4237a1107d1570965e2ad5a4e35741.tar.gz |
NetWare tweaks from Ananth Kesari
(the #17601 helped also NetWare)
p4raw-id: //depot/perl@17620
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 8ae8f50d8c..94b399f21c 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -1418,6 +1418,9 @@ utils: $(BLDDIR)\$(NLM_NAME8).$(NLM_EXT) $(X2P) copy ..\README.win32 .\perlwin32.pod copy ..\README.netware .\perlnw5.pod $(MAKE) -f ..\win32\pod.mak converters + + cd ..\lib + $(MINIPERL) lib_pm.PL cd ..\netware $(MINIPERL) $(PL2BAT) $(UTILS) |