Merge from HEAD: r14193
Export the HOST variable even on Windows.
Modified: branches/ros-branch-0_2_6/reactos/rules.mak
_____
Modified: branches/ros-branch-0_2_6/reactos/rules.mak
--- branches/ros-branch-0_2_6/reactos/rules.mak 2005-03-23 17:10:54 UTC
(rev 14280)
+++ branches/ros-branch-0_2_6/reactos/rules.mak 2005-03-23 17:11:18 UTC
(rev 14281)
@@ -38,7 +38,7 @@
# detect Windows host environment
ifeq ($(HOST),)
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
-HOST=mingw32-windows
+export HOST=mingw32-windows
else
export HOST=mingw32-linux
endif