diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-01-11 10:08:58 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-01-11 10:08:58 +0000 |
commit | 41fdaada5d5ba3c0513d4a9b061f34dbafd445e2 (patch) | |
tree | eff2eb5746569e9800a40fd57d6a64134d93d62c /cppuhelper/source/makefile.mk | |
parent | cf98c60af81fa7971eae8915f87160711a562e55 (diff) |
#88919#
Diffstat (limited to 'cppuhelper/source/makefile.mk')
-rw-r--r-- | cppuhelper/source/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index ef61dd2a2d6e..d5e68728c176 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: dbo $ $Date: 2002-01-11 10:06:02 $ +# last change: $Author: dbo $ $Date: 2002-01-11 11:08:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,8 +73,9 @@ USE_DEFFILE=TRUE # --- Files -------------------------------------------------------- -UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb +#UNOUCRRDB=$(OUT)$/bin$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb +UNOUCRDEP=$(UNOUCRRDB) UNOUCROUT=$(OUT)$/inc INCPRE+=$(OUT)$/inc |