diff options
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 $@ + + + |