summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-11-06 14:47:36 +0000
committerStephan Bergmann <sb@openoffice.org>2002-11-06 14:47:36 +0000
commit2e36b35932d062ee2720e7cd514e391aecb1b0f4 (patch)
treee0823189d0891308173e19a5a3f502774b017b06
parent1c273a1dd3506a09337f8f05f23920efa9e6a3be (diff)
#103888# Moved mathconf.c to systools/unx.
-rw-r--r--sal/osl/unx/makefile.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk
index 8f5bed598..9d66cade1 100644
--- a/sal/osl/unx/makefile.mk
+++ b/sal/osl/unx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: sb $ $Date: 2002-11-04 15:23:41 $
+# last change: $Author: sb $ $Date: 2002-11-06 15:47:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -100,8 +100,7 @@ SLOFILES= $(SLO)$/conditn.obj \
$(SLO)$/pipe.obj \
$(SLO)$/system.obj \
$(SLO)$/util.obj \
- $(SLO)$/tempfile.obj \
- $(SLO)$/mathconf.obj
+ $(SLO)$/tempfile.obj
#.IF "$(UPDATER)"=="YES"
OBJFILES= $(OBJ)$/conditn.obj \
@@ -122,8 +121,7 @@ OBJFILES= $(OBJ)$/conditn.obj \
$(OBJ)$/pipe.obj \
$(OBJ)$/system.obj \
$(OBJ)$/util.obj \
- $(OBJ)$/tempfile.obj \
- $(OBJ)$/mathconf.obj
+ $(OBJ)$/tempfile.obj
#.ENDIF
# --- Targets ------------------------------------------------------