diff options
-rw-r--r-- | dmake/startup/win95/macros.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/startup/win95/macros.mk b/dmake/startup/win95/macros.mk index 72707c23bbe3..992d69ea3625 100644 --- a/dmake/startup/win95/macros.mk +++ b/dmake/startup/win95/macros.mk @@ -4,7 +4,7 @@ # Execution environment configuration. # Grab the current setting of COMSPEC. # -.IMPORT .IGNORE : COMSPEC +.IMPORT .IGNORE : COMSPEC ROOTDIR # First check if SHELL is defined to be something other than COMSPEC. # If it is, then assume that SHELL is a Korn compatible shell like MKS's @@ -37,7 +37,7 @@ V *:= # RCS suffix GROUPFLAGS *:= $(SHELLFLAGS) SHELLMETAS *:= "<>| GROUPSUFFIX *:= .bat - DIVFILE *= $(TMPFILE:s,/,\) + DIVFILE *= $(TMPFILE:s,/,\,) RM *= del RMFLAGS *= MV *= rename @@ -54,7 +54,7 @@ V *:= # RCS suffix RM *= $(ROOTDIR)$/bin$/rm RMFLAGS *= -f MV *= $(ROOTDIR)$/bin$/mv - DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}}) + DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}},) __.DIVSEP-sh-yes *:= \\\ __.DIVSEP-sh-no *:= \\ .ENDIF |