From 59a31bf080d7634a852a59e438f8c74fa168949f Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 28 Sep 2005 14:31:25 +0000
Subject: INTEGRATION: CWS cmcfixes19 (1.31.8); FILE MERGED 2005/09/22 11:57:00
cmc 1.31.8.1: #i54963# add dependancies for parallel build
---
sc/util/makefile.mk | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'sc/util/makefile.mk')
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk
index a6b2e634fc3e..532c769a0ec2 100644
--- a/sc/util/makefile.mk
+++ b/sc/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.31 $
+# $Revision: 1.32 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 23:15:26 $
+# last change: $Author: hr $ $Date: 2005-09-28 15:31:25 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -224,7 +224,8 @@ SHL8TARGET= scui$(UPD)$(DLLPOSTFIX)
SHL8IMPLIB= scuiimp
SHL8VERSIONMAP= scui.map
SHL8DEF=$(MISC)$/$(SHL8TARGET).def
-DEF8NAME= $(SHL8TARGET)
+SHL8DEPN=$(SHL1TARGETN)
+DEF8NAME=$(SHL8TARGET)
SHL8STDLIBS= \
$(ISCLIB) \
--
cgit