summaryrefslogtreecommitdiff
path: root/NetWare/Makefile
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-05 13:42:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-05 13:42:29 +0000
commit728c2768590668c35dbcf237cec2e10d42c4cf41 (patch)
treee262c0e1a5f013f878531f4b43fcfde66df57c23 /NetWare/Makefile
parent776b00a7bc9dd00537866358a47be2e07a70a235 (diff)
downloadperl-728c2768590668c35dbcf237cec2e10d42c4cf41.tar.gz
NetWare update from C Aditya.
p4raw-id: //depot/perl@15747
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r--NetWare/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile
index 9e9af9f1d5..d1ae901229 100644
--- a/NetWare/Makefile
+++ b/NetWare/Makefile
@@ -942,7 +942,7 @@ $(EXTDIR)\DynaLoader\dl_netware.xs: dl_netware.xs
HEADERS :
@echo . . . . making stdio.h and string.h
- @copy << stdio.h >\nul
+ @copy << stdio.h >\nwnul
/*
* (C) Copyright 2001-2002 Novell Inc. All rights reserved.
@@ -979,7 +979,7 @@ HEADERS :
<<
@copy stdio.h $(COREDIR)
- @copy << string.h >\nul
+ @copy << string.h >\nwnul
/*
* (C) Copyright 2001-2002 Novell Inc. All rights reserved.
@@ -1017,7 +1017,7 @@ HEADERS :
@copy string.h $(COREDIR)
-$(NLM_NAME): MESSAGE HEADERS $(BLDDIR)\nul $(NLM_OBJ) $(NEWTARE_OBJ_DEP) $(PERL_IO_OBJ_DEP) $(PERL_LIB_OBJ_DEP) $(DLL_OBJ) .XDC $(PERLIMPLIB) $(EXT_MAIN_OBJ)
+$(NLM_NAME): MESSAGE HEADERS $(BLDDIR)\nwnul $(NLM_OBJ) $(NEWTARE_OBJ_DEP) $(PERL_IO_OBJ_DEP) $(PERL_LIB_OBJ_DEP) $(DLL_OBJ) .XDC $(PERLIMPLIB) $(EXT_MAIN_OBJ)
@echo======= Linking $@ at $(MAKEDIR)\$(BLDDIR) =======
!ifdef WATCOM
@$(NLM_LINK) @<<$(BLDDIR)\$*.link
@@ -1078,7 +1078,7 @@ Import @perl.imp
@echo======= Finished building $(BUILT).
# Create the debug\release directory if not existing
-$(BLDDIR)\nul:
+$(BLDDIR)\nwnul:
@echo . . . . mkdir $(BLDDIR)
@mkdir $(BLDDIR)