diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:36:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:36:59 +0000 |
commit | 44a56470a449ee14fc0fb96bb08fb7d05ff08943 (patch) | |
tree | 1047414397e118cce1a3ada1239f0a301f7192a3 | |
parent | acfc0671b77d88364165928979d70edd2e77edb3 (diff) |
INTEGRATION: CWS ause025 (1.95.16); FILE MERGED
2005/04/14 15:46:18 hjs 1.95.16.1: #i46389# dependency fix
-rw-r--r-- | framework/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 563d854586c6..277af68bf06a 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.95 $ +# $Revision: 1.96 $ # -# last change: $Author: rt $ $Date: 2005-03-29 15:51:37 $ +# last change: $Author: obo $ $Date: 2005-04-22 11:36:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -186,6 +186,7 @@ SHL2STDLIBS= \ $(SALLIB) SHL2DEF= $(MISC)$/$(SHL2TARGET).def +SHL2DEPN= $(SHL1IMPLIBN) $(SHL1TARGETN) DEF2NAME= $(SHL2TARGET) |