summaryrefslogtreecommitdiff
path: root/automation/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 12:56:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 12:56:40 +0000
commitd47afce85565f2d8d0c020a053c981759937356a (patch)
tree91f4431f6d8843b0e19a79a53264335dba258173 /automation/util
parent8b13ccff9e26884d637baf9fcd04b15a76d649c8 (diff)
INTEGRATION: CWS pj32 (1.16.12); FILE MERGED
2005/07/29 09:36:02 pjanik 1.16.12.1: #i52051#: Missing dependencies (for parallel builds).
Diffstat (limited to 'automation/util')
-rw-r--r--automation/util/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk
index ca6c34d41651..87e0460e314a 100644
--- a/automation/util/makefile.mk
+++ b/automation/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: rt $ $Date: 2005-06-22 08:39:28 $
+# last change: $Author: hr $ $Date: 2005-08-05 13:56:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -163,6 +163,7 @@ SHL3STDLIBS+= \
SHL3DEF= $(MISC)$/$(SHL3TARGET).def
SHL3LIBS= $(SLB)$/communi.lib
+SHL3DEPN=$(SHL2TARGETN)
DEF3NAME =$(SHL3TARGET)
DEF3DEPN = \
@@ -237,7 +238,10 @@ APP1LIBS=\
$(LIBPRE) $(LB)$/testtool.lib
APP1DEPN=\
- $(LB)$/testtool.lib
+ $(LB)$/testtool.lib \
+ $(SHL2TARGETN) \
+ $(SHL3TARGETN)
+
APP1OBJS= $(OBJ)$/testbasi.obj \
$(OBJ)$/cmdbasestream.obj \