fixed platform detection for MingW32 test makefile.

This commit is contained in:
Guenter Knauf 2010-06-01 21:19:14 +02:00
parent fa5d6c705d
commit 2683fddcca

View File

@ -117,8 +117,7 @@ endif
CFLAGS += $(INCLUDES)
#ifeq ($(findstring linux,$(OSTYPE)),linux)
ifdef __MSYS__
ifeq ($(findstring /sh,$(SHELL)),/sh)
DL = '
DS = /
else