summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
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