summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soldep/bootstrp/makefile.mk4
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