diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-30 12:44:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-30 12:44:51 +0000 |
commit | 32ce01bccb8e58ee340ca4100517f9c031630ea7 (patch) | |
tree | 29c620f50b5b4aee153fb734bdabde07b2875d3c /NetWare/Makefile | |
parent | fc833f5303910487406f29ed9b64ac271eb7125b (diff) | |
download | perl-32ce01bccb8e58ee340ca4100517f9c031630ea7.tar.gz |
NetWare tweaks from Guruprasad.
p4raw-id: //depot/perl@11035
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 70659178c4..4ac2091d10 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -15,7 +15,7 @@ ## This file is created by using the makefile that creates Windows Perl as the reference ## Author: sgp ## Date Created: 13th July 2000 -## Date Modified: 03th April 2001 +## Date Modified: 30th June 2001 # Name of the NLM NLM_NAME = perl.nlm @@ -1501,7 +1501,9 @@ install_tests : xcopy /f /r /i /s /d *.t $(INST_NW_TOP2)\scripts\t\lib cd ..\ext xcopy /f /r /i /s /d *.t $(INST_NW_TOP2)\scripts\t\ext - cd ..\netware + cd ..\netware\t + xcopy /f /r /i /s /d *.pl $(INST_NW_TOP2)\scripts\t + cd .. nwinstall: utils installnw install_tests |