mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-29 16:31:13 +00:00
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:
parent
80a6f7cb4c
commit
c0864dc579
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue