diff options
-rw-r--r-- | sc/source/core/data/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/core/data/makefile.mk b/sc/source/core/data/makefile.mk index 4eb1a46a09a3..88b9369ef7a0 100644 --- a/sc/source/core/data/makefile.mk +++ b/sc/source/core/data/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: er $ $Date: 2001-03-12 16:47:50 $ +# last change: $Author: hjs $ $Date: 2003-08-18 14:42:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -197,6 +197,12 @@ SLOFILES = \ $(SLO)$/scimpexpmsg.obj \ $(SLO)$/sortparam.obj +.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC" +NOOPTFILES= \ + $(SLO)$/cell.obj \ + $(SLO)$/column2.obj +.ENDIF + EXCEPTIONSFILES= \ $(SLO)$/documen6.obj \ $(SLO)$/dpsdbtab.obj \ |