diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-25 09:43:42 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-25 09:43:42 +0000 |
commit | 3f33632339e63eade084d16372696d403c2e5752 (patch) | |
tree | ab88bd47d405bbb63a37cce4756786f8bb2e6b3f /framework/util | |
parent | a6a427cfe64b862a5564b4d3ed1e10ca3d2b23ca (diff) |
#65293# one more dep.
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index ef161378bc19..41ebc98484b4 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # -# last change: $Author: cd $ $Date: 2001-05-23 15:01:59 $ +# last change: $Author: hjs $ $Date: 2001-05-25 10:43:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -149,7 +149,7 @@ SHL1STDLIBS= $(CPPULIB) \ SHL1DEF= $(MISC)$/$(SHL1TARGET).def -SHL1DEPN=$(SHL4IMPLIBN) +SHL1DEPN=$(SHL4IMPLIBN) $(SHL4TARGETN) DEF1NAME= $(SHL1TARGET) |