From 1ef680846a99c5f08ea7955f23f6446d22075735 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 16 Jul 2008 02:07:55 +0000 Subject: [PATCH] Fix build. svn path=/trunk/; revision=34542 --- reactos/Makefile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 7f5be7aca6f..7cd62c11504 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -167,20 +167,20 @@ all: $(ROS_AUTOMAKE) .SUFFIXES: ifeq ($(HOST),) - ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32) - ifeq ($(findstring msys,$(shell sh --version 2>nul)),msys) - export OSTYPE = msys - HOST=mingw32-linux - HOST_CFLAGS+=-fshort-wchar - HOST_CPPFLAGS+=-fshort-wchar - else - HOST=mingw32-windows - endif - else - HOST=mingw32-linux - HOST_CFLAGS+=-fshort-wchar - HOST_CPPFLAGS+=-fshort-wchar - endif +ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32) +ifeq ($(findstring msys,$(shell sh --version 2>nul)),msys) +export OSTYPE = msys +HOST=mingw32-linux +HOST_CFLAGS+=-fshort-wchar +HOST_CPPFLAGS+=-fshort-wchar +else +HOST=mingw32-windows +endif +else +HOST=mingw32-linux +HOST_CFLAGS+=-fshort-wchar +HOST_CPPFLAGS+=-fshort-wchar +endif endif # Default to half-verbose mode