diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2002-09-18 11:17:05 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2002-09-18 11:17:05 +0000 |
commit | 4248ab02c76c69bff54a7b7c131bc5dd5e0730a0 (patch) | |
tree | d0a05f4c65d2589bfb49da040831f32d467b03b1 | |
parent | ec514e25ca52984b404a3b4f5a4e7fcbc2fb4e8c (diff) |
#101415# applicat.rdb gets now generated
-rw-r--r-- | io/test/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk index e665cc0fb5b3..f5feb8d8b163 100644 --- a/io/test/makefile.mk +++ b/io/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: jbu $ $Date: 2001-06-05 11:29:13 $ +# last change: $Author: jbu $ $Date: 2002-09-18 12:17:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,4 +116,12 @@ APP2STDLIBS = $(SALLIB) \ # --- Targets ------------------------------------------------------ +ALL : $(BIN)$/applicat.rdb \ + ALLTAR + +$(BIN)$/applicat.rdb: $(SOLARBINDIR)$/udkapi.rdb + +rm -f $@ + +regmerge $@ / $? + + .INCLUDE : target.mk |