Fix winscw trace compile to not use the default UID3 if unspecified fix
authorIain Williamson <iain.williamson@nokia.com>
Fri, 22 Jan 2010 17:42:00 +0000
branchfix
changeset 169 a803b4fa1dd7
parent 168 e0540a130417
child 173 6080bce951bf
Fix winscw trace compile to not use the default UID3 if unspecified
sbsv2/raptor/lib/flm/win32.flm
--- a/sbsv2/raptor/lib/flm/win32.flm	Wed Jan 20 11:48:13 2010 +0000
+++ b/sbsv2/raptor/lib/flm/win32.flm	Fri Jan 22 17:42:00 2010 +0000
@@ -205,7 +205,7 @@
 # Run trace compiler #####################################
 TRACE_MARKER_PATH:=$(OUTPUTPATH)
 
-ifeq ($(UID3),)
+ifeq ($(subst 0,,$(UID3)),)
   ifeq ($(UID2),)
     USE_TRACE_COMPILER:=
   else