Change enviroment test order to prevent use DJGPP options in cygwin

This commit is contained in:
Stas Degteff
2005-04-26 09:49:22 +00:00
parent 27fd911b0a
commit 6e8413f4e1
3 changed files with 16 additions and 16 deletions

View File

@@ -11,10 +11,10 @@ endif
TOP=../..
TARGET=gall
INCS=-I$(TOP)/goldlib/gall
ifeq ($(findstring EMX, $(PATH)), EMX)
ifdef MINGW
INCS+=-I$(TOP)/goldlib/glibc
else
ifdef MINGW
ifeq ($(findstring EMX, $(PATH)), EMX)
INCS+=-I$(TOP)/goldlib/glibc
endif
endif