diff options
author | Michael Hönnig <mi@openoffice.org> | 2000-11-08 15:11:47 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2000-11-08 15:11:47 +0000 |
commit | 3464411a30b06fa6cf31ed63834764cd82411f96 (patch) | |
tree | ae9e6e21f3bf2f7d3aedaa0249065a872898a697 /offapi/util | |
parent | 218fb1e2b686e2a7cce76c7577a570fa12eafd27 (diff) |
udkapi-rdb now named 'udkapi' instead of 'applicat
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 92b388c931aa..6ac41a4b4c09 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mi $ $Date: 2000-11-08 14:57:13 $ +# last change: $Author: mi $ $Date: 2000-11-08 16:11:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,7 +63,7 @@ PRJ=.. PRJPCH= -PRJNAME=api +PRJNAME=offapi TARGET=applicat #use_starjar=true @@ -76,6 +76,7 @@ TARGET=applicat # ------------------------------------------------------------------ UNOIDLDBFILES= \ + $(SOLARBINDIR)$/udkapi.rdb \ $(UCR)$/cssawt.db \ $(UCR)$/csschart.db \ $(UCR)$/cssconfiguration.db \ @@ -118,4 +119,12 @@ UNOIDLDBFILES= \ .INCLUDE : target.mk +# --- Targets ------------------------------------------------------ + +$(UCR)$/applicat.rdb:: $(UNOIDLDBFILES) + +regmerge $@ / $(UNOIDLDBFILES) + touch $@ + + + |