From dada3199ff111833569bca3d5e62abe7ece693eb Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Sat, 26 Nov 2005 02:36:01 +0000 Subject: [PATCH] revert 19600 until I can figure out how to correct keep it silent on non-msys systems svn path=/trunk/; revision=19601 --- reactos/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 6258de5190b..ccf55988031 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -115,8 +115,7 @@ all: makefile.auto 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 @@ ifeq ($(HOST),mingw32-linux) export EXEPREFIX = ./ ifeq ($(OSTYPE),msys) export EXEPOSTFIX = .exe -else +else export EXEPOSTFIX = endif export SEP = /