diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2002-10-01 07:42:59 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2002-10-01 07:42:59 +0000 |
commit | 237e29d6b906cfd0f103cefd4aa22a22dbbd87b8 (patch) | |
tree | 409b862637488ad1e15013a09eea82601a7c8075 /fileaccess/source/makefile.mk | |
parent | c700b95ab621b59f6f02429577cde33e2612ee40 (diff) |
#103263# replaced obsolete applicat.rdb with types.rdb
Diffstat (limited to 'fileaccess/source/makefile.mk')
-rw-r--r-- | fileaccess/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fileaccess/source/makefile.mk b/fileaccess/source/makefile.mk index 01f28f7d183c..c398694f69b5 100644 --- a/fileaccess/source/makefile.mk +++ b/fileaccess/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2001-07-20 15:34:31 $ +# last change: $Author: jbu $ $Date: 2002-10-01 08:39:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,7 +67,7 @@ TARGET=fileacc ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE COMP1TYPELIST=$(TARGET) -COMPRDB=$(SOLARBINDIR)$/applicat.rdb +COMPRDB=$(SOLARBINDIR)$/types.rdb # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk |