diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 13:08:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 13:08:28 +0000 |
commit | b2bc5b89a5e2d672f76ae0a99c4716b83e6d7a65 (patch) | |
tree | 341247c2257ad66594456c3eee9073d4967981ff /soldep/bootstrp | |
parent | 18375fb9dc0cdfb560c88469fabbf0b2fba721be (diff) |
INTEGRATION: CWS sb91 (1.5.8); FILE MERGED
2008/07/11 10:00:42 sb 1.5.8.1: #i91567# adapt to unxsolu4
Diffstat (limited to 'soldep/bootstrp')
-rw-r--r-- | soldep/bootstrp/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soldep/bootstrp/makefile.mk b/soldep/bootstrp/makefile.mk index 5e057575e4a3..48a6b244201f 100644 --- a/soldep/bootstrp/makefile.mk +++ b/soldep/bootstrp/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -42,7 +42,7 @@ ENABLE_EXCEPTIONS=true .INCLUDE : settings.mk # fixme, code is not yet 64 bit clean -.IF "$(OS)$(CPU)"=="LINUXX" +.IF "$(OS)$(CPU)"=="LINUXX" || ("$(COM)"=="C52" && "$(CPU)"=="U") all: @echo nothing to do .ENDIF |