diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 07:52:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 07:52:30 +0000 |
commit | eb77e4a8f97360c55bc259a21c99807f77695bea (patch) | |
tree | 62c2cb759ca04eb71d1f7714293e885fb9be8090 /tools/bootstrp/addexes2 | |
parent | 75005250bf50a995776461d330ca7e1eaadc8704 (diff) |
INTEGRATION: CWS bsport (1.9.104); FILE MERGED
2005/03/10 16:40:18 obo 1.9.104.1: #119707 small fix for unix
Diffstat (limited to 'tools/bootstrp/addexes2')
-rw-r--r-- | tools/bootstrp/addexes2/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk index 153e8b7502d1..6bb0c4a32a20 100644 --- a/tools/bootstrp/addexes2/makefile.mk +++ b/tools/bootstrp/addexes2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kz $ $Date: 2004-06-11 12:19:09 $ +# last change: $Author: obo $ $Date: 2005-03-15 08:52:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,8 +83,8 @@ APP1STDLIBS+=-lpthread .IF "$(OS)"=="NETBSD" APP1STDLIBS+=-lpthread .ENDIF -APP1LIBS= $(LB)$/bootstrp.lib -APP1DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib +APP1LIBS= $(LB)$/bootstrp.lib $(LB)$/bootstrp2.lib +APP1DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib $(LB)$/bootstrp2.lib DEPOBJFILES = $(APP1OBJS) |