diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7dea1963a1..2eaa11a411 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-23 18:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.mk + ! Minor regression when adding HB_CPU detection for dos plat. + 2009-08-23 18:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - doc/linux1st.txt * doc/Makefile diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 74254bab8f..5371455db7 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -859,7 +859,7 @@ ifneq ($(HB_HOST_PLAT)$(HB_HOST_CPU),$(HB_PLATFORM)$(HB_CPU)) ifeq ($(HB_BIN_COMPILE),) # Not required in these combinations: [vszakats] ifneq ($(HB_HOST_PLAT)-$(HB_HOST_CPU)-$(HB_PLATFORM)-$(HB_CPU),win-x86_64-win-x86) - ifneq ($(HB_HOST_PLAT)-$(HB_HOST_CPU)-$(HB_PLATFORM)-$(HB_CPU),win-x86-dos-) + ifneq ($(HB_HOST_PLAT)-$(HB_HOST_CPU)-$(HB_PLATFORM)-$(HB_CPU),win-x86-dos-x86) HB_CROSS_BUILD := yes # Try to autosetup HB_BIN_COMPILE := $(dir $(firstword $(wildcard $(TOP)$(ROOT)bin/$(HB_HOST_PLAT)/*/harbour$(HB_HOST_BIN_EXT))))