summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2009-10-12 09:07:51 +0000
committerCaolán McNamara <cmc@openoffice.org>2009-10-12 09:07:51 +0000
commite1a0ec139488cddf616bdb5756d925e6c842a604 (patch)
treec82379e44ee3dc1be6be8096ab25fdff19a9053f /pyuno
parentacbe032eb0ffca6e7b159e90348a9b004d0924c5 (diff)
#i15607#/#i105678# get Solaris Intel to behave the same as Solaris Sparc in testtools python bridgetest
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/loader/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk
index 6e4f96ed7014..f9f00e4f13ae 100644
--- a/pyuno/source/loader/makefile.mk
+++ b/pyuno/source/loader/makefile.mk
@@ -42,7 +42,7 @@ DLLPRE =
#-------------------------------------------------------------------
-.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISS4"
+.IF "$(OS)$(COMEX)" == "SOLARIS4"
# no -Bdirect for SunWS CC
DIRECT = $(LINKFLAGSDEFS)
.ENDIF