diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:26:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:26:20 +0000 |
commit | 1269ef8c9c87e3a743cdabf39db14488027a8b86 (patch) | |
tree | 8403bcee1883fb1e7abf56cd96af7e50a0dc4da6 /sal | |
parent | ce8f5bfdd6c9b0110e225f54d6c5cd2c6d68b156 (diff) |
INTEGRATION: CWS hr51 (1.34.14); FILE MERGED
2008/05/14 14:53:39 hr 1.34.14.1: #i88947#: support for Solaris Sparc LP64
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk index 004b16fa5c49..eb33f41e9995 100644 --- a/sal/osl/unx/makefile.mk +++ b/sal/osl/unx/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # # This file is part of OpenOffice.org. # @@ -148,7 +148,7 @@ CFLAGS+=-DSAL_ENABLE_CRASH_REPORT .INCLUDE : target.mk -.IF "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="NETBSDS" || "$(OS)$(CPU)"=="LINUXS" +.IF "$(OS)$(CPU)"=="SOLARISU" || "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="NETBSDS" || "$(OS)$(CPU)"=="LINUXS" $(SLO)$/interlck.obj: $(SLO)$/interlck.o touch $(SLO)$/interlck.obj |