Minor fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-10 15:01:27 +00:00
parent 80a6f7cb4c
commit c0864dc579

View file

@ -129,14 +129,14 @@ ifeq ($(findstring mingw, $(GNUSTEP_HOST_OS)), mingw)
SYS_TOOLS_PATH := $(shell $(GNUSTEP_MAKEFILES)/fixpath.sh -u $(SYS_TOOLS_PATH))
endif
endif
ifeq ($(findstring mingw, $(GNUSTEP_HOST_OS)), cygwin)
ifeq ($(findstring cygwin, $(GNUSTEP_HOST_OS)), cygwin)
ifeq ($(shell echo "$(SYS_TOOLS_PATH)" | sed 's/^\([a-zA-Z]:.*\)//'),)
SYS_TOOLS_PATH := $(shell $(GNUSTEP_MAKEFILES)/fixpath.sh -u $(SYS_TOOLS_PATH))
endif
endif
ifeq ($(findstring $(SYS_TOOLS_PATH),$(PATH)),)
$(warning WARNING: Your PATH is not set up correctly !)
$(warning WARNING: Your PATH may not be set up correctly !)
$(warning Please try again after running ". $(GNUSTEP_MAKEFILES)/GNUstep.sh")
endif