Export the HOST variable even on Windows.
Modified: trunk/reactos/rules.mak

Modified: trunk/reactos/rules.mak
--- trunk/reactos/rules.mak	2005-03-19 17:11:15 UTC (rev 14192)
+++ trunk/reactos/rules.mak	2005-03-19 17:22:02 UTC (rev 14193)
@@ -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