# HG changeset patch # User timothy.murphy@nokia.com # Date 1267391876 -7200 # Node ID 6125450a72c5c8ffa72344a042ff3db80e51f09a # Parent 8ba60ea0ce9a349caedbeee2feffb816e1d1c09d fix: use proper hostplatform variable, now host attributes really aren't empty on windows recipes. diff -r 8ba60ea0ce9a -r 6125450a72c5 sbsv2/raptor/lib/flm/taggedrules.mk --- a/sbsv2/raptor/lib/flm/taggedrules.mk Sun Feb 28 21:19:57 2010 +0200 +++ b/sbsv2/raptor/lib/flm/taggedrules.mk Sun Feb 28 23:17:56 2010 +0200 @@ -100,7 +100,7 @@ else - ifneq ($(filter win,$(HOST_PLATFORM)),) + ifneq ($(filter win,$(HOSTPLATFORM)),) TALON_HOSTNAME_VAR:=$$COMPUTERNAME else TALON_HOSTNAME_VAR:=$$HOSTNAME