* replace \ with / in path to make.exe

This commit is contained in:
peter 2003-10-27 15:34:13 +00:00
parent dfd3b0716e
commit bb595e61bb
2 changed files with 1951 additions and 2006 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ else
SEARCHPATH:=$(subst ;, ,$(PATH))
endif
# Add path were make is located
SEARCHPATH+=$(patsubst %/,%,$(dir $(MAKE)))
SEARCHPATH+=$(patsubst %/,%,$(subst \,/,$(dir $(MAKE))))
# Search for PWD and determine also if we are under linux
PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))