summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 12:36:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 12:36:53 +0000
commite29d8a6c0732faf3734b587e23f7b17b8ad99ff2 (patch)
tree3835cce3a3008222fe3938a5bc9f988637b44d11 /tools
parentb3154204351588b21ccdd0ad76bc17718c7d8f7b (diff)
INTEGRATION: CWS ause02 (1.6.82); FILE MERGED
2003/03/10 18:14:24 hjs 1.6.82.1: #107238# remove static.mk
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/addexes2/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk
index 4a0b9f3c8629..cdfbcd32bda1 100644
--- a/tools/bootstrp/addexes2/makefile.mk
+++ b/tools/bootstrp/addexes2/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: nf $ $Date: 2001-04-18 10:45:55 $
+# last change: $Author: vg $ $Date: 2003-04-01 13:36:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,16 +70,13 @@ NO_DEFAULT_STL=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-.INCLUDE : ../static.mk
# --- Files --------------------------------------------------------
APP3TARGET= mkunroll
APP3OBJS= $(OBJ)$/mkfilt.obj
-APP3STDLIBS=$(STATIC_LIBS)
+APP3STDLIBS=$(TOOLSLIB)
.IF "$(OS)"=="LINUX"
APP3STDLIBS+=-lpthread
.ENDIF