fix: use proper hostplatform variable, now host attributes really aren't empty on windows recipes. fix
authortimothy.murphy@nokia.com
Sun, 28 Feb 2010 23:17:56 +0200
branchfix
changeset 281 6125450a72c5
parent 280 8ba60ea0ce9a
child 282 99ac65572b14
fix: use proper hostplatform variable, now host attributes really aren't empty on windows recipes.
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