revert 19600 until I can figure out how to correct keep it silent on
non-msys systems
Modified: trunk/reactos/Makefile
_____
Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile 2005-11-26 02:23:07 UTC (rev 19600)
+++ trunk/reactos/Makefile 2005-11-26 02:36:01 UTC (rev 19601)
@@ -115,8 +115,7 @@
ifeq ($(HOST),)
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
-ifeq ($(findstring msys,$(-shell sh --version)),msys)
-export OSTYPE = msys
+ifeq ($(OSTYPE),msys)
HOST=mingw32-linux
else
HOST=mingw32-windows
@@ -215,7 +214,7 @@
export EXEPREFIX = ./
ifeq ($(OSTYPE),msys)
export EXEPOSTFIX = .exe
-else
+else
export EXEPOSTFIX =
endif
export SEP = /