diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-28 13:15:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-28 13:15:17 +0000 |
commit | 1a95e36d92295cabb6c213a2f397c4cb7614d12c (patch) | |
tree | 575a7f3f27f28961e7a9ab42d1f6302afa45a134 /NetWare/Makefile | |
parent | d041010ff66d9b5d3b85efa7fc10fc3b0e425474 (diff) | |
download | perl-1a95e36d92295cabb6c213a2f397c4cb7614d12c.tar.gz |
NetWare update from Ananth Kesari.
p4raw-id: //depot/perl@17376
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 21136d86f7..8ae8f50d8c 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -360,8 +360,8 @@ EXTENSION_NLM = \ # Begin - Following is required to build NetWare specific extensions CGI2Perl, Perl2UCS and UCSExt CGI2PERL = CGI2Perl\CGI2Perl -PERL2UCS = $(EXTDIR)\Perl2UCS\Perl2UCS -UCSExt = $(EXTDIR)\Perl2UCS\UCSExt +PERL2UCS = Perl2UCS\Perl2UCS +UCSExt = Perl2UCS\UCSExt CGI2PERL_NLM = \CGI2Perl\CGI2Perl.NLM PERL2UCS_NLM = $(AUTODIR)\Perl2UCS\Perl2UCS.NLM @@ -1375,7 +1375,7 @@ $(CGI2PERL_NLM): $(PERL2UCS_NLM): !if "$(NW_EXTNS)"=="yes" - cd $(EXTDIR)\$(*B) + cd $(*B) ..\..\miniperl -I..\..\lib Makefile.PL "CCCDLFLAGS=-bool on -lang c++" PERL_CORE=1 INSTALLDIRS=perl $(MAKE) cd ..\..\netware @@ -1383,7 +1383,7 @@ $(PERL2UCS_NLM): $(UCSExt_NLM): !if "$(NW_EXTNS)"=="yes" - cd $(EXTDIR)\$(*B) + cd $(*B) ..\..\miniperl -I..\..\lib Makefile.PL "CCCDLFLAGS=-bool on -lang c++" PERL_CORE=1 INSTALLDIRS=perl $(MAKE) cd ..\..\netware @@ -1464,10 +1464,10 @@ distclean: clean nwclean cd cgi2perl -del /f /q *.obj *.bs Makefile *$(o) *.c pm_to_blib *.xdc *.err *.sym *.map *.def *.lib *.pdb cd .. - cd $(EXTDIR)\Perl2UCS + cd Perl2UCS -del /f /q *.obj *.bs Makefile *$(o) *.c pm_to_blib *.xdc *.err *.sym *.map *.def *.lib *.pdb cd ..\..\netware - cd $(EXTDIR)\UCSExt + cd UCSExt -del /f /q *.obj *.bs Makefile *$(o) *.c pm_to_blib *.xdc *.err *.sym *.map *.c cd ..\..\netware !endif |