summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 13:08:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 13:08:41 +0000
commitc836dfaeb3c98ea5b03802cc1e8eea42e2efca17 (patch)
tree9715c5071e9ce89457959eadc6e8b902d5489d18 /soldep
parentb2bc5b89a5e2d672f76ae0a99c4716b83e6d7a65 (diff)
INTEGRATION: CWS sb91 (1.16.8); FILE MERGED
2008/07/11 10:00:43 sb 1.16.8.1: #i91567# adapt to unxsolu4
Diffstat (limited to 'soldep')
-rw-r--r--soldep/source/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/soldep/source/makefile.mk b/soldep/source/makefile.mk
index 88f126cd6e25..4801bc1e3119 100644
--- a/soldep/source/makefile.mk
+++ b/soldep/source/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
# This file is part of OpenOffice.org.
#
@@ -40,7 +40,7 @@ TARGET=soldep
.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