diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-10-12 09:07:51 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-10-12 09:07:51 +0000 |
commit | e1a0ec139488cddf616bdb5756d925e6c842a604 (patch) | |
tree | c82379e44ee3dc1be6be8096ab25fdff19a9053f /pyuno | |
parent | acbe032eb0ffca6e7b159e90348a9b004d0924c5 (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.mk | 2 |
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 |