summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorThomas Collerton <tom.coll91@gmail.com>2012-05-09 01:22:29 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-05-09 16:31:31 +0200
commit9520dbf59f6bd6c86791954e082488556a610adc (patch)
treeb898c1539aa58e5f57f33ce606da4d27480e4f69 /salhelper
parentd7f5dcbc413b4bf89a70fc25a20533323840b63c (diff)
EasyHack fdo#42783: get rid of CPU define/build system variable
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/test/rtti/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/test/rtti/makefile.mk b/salhelper/test/rtti/makefile.mk
index e87182c4e9ea..9ee8a8860957 100644
--- a/salhelper/test/rtti/makefile.mk
+++ b/salhelper/test/rtti/makefile.mk
@@ -71,7 +71,7 @@ DEF1EXPORTFILE= exports.dxp
DEF1NAME= $(SHL1TARGET)
-.IF "$(OS)$(CPU)"=="SOLARISS"
+.IF "$(OS)$(CPUNAME)"=="SOLARISSPARC"
SHL1VERSIONMAP= sols.map
.ENDIF