diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2002-10-01 09:15:25 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2002-10-01 09:15:25 +0000 |
commit | e0d1e0921528bef757852f335c4775e42f01406e (patch) | |
tree | 2aa03ea643e94e76b44bcc1d352da8490cfd67b0 /offuh | |
parent | 17676c0befe1e16857edd9108f7590c20ff401e9 (diff) |
#103263# replaced obsolete applicat.rdb with types.rdb
Diffstat (limited to 'offuh')
-rw-r--r-- | offuh/source/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk index 22f97b54f..d19d4924b 100644 --- a/offuh/source/makefile.mk +++ b/offuh/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hjs $ $Date: 2002-04-18 11:41:16 $ +# last change: $Author: jbu $ $Date: 2002-10-01 10:15:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,9 +70,6 @@ TARGET= offuh # ------------------------------------------------------------------ -UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb -UNOUCROUT= $(OUT)$/inc - $(MISC)$/$(TARGET).don : $(UNOUCRRDB) @+-$(RM) $@ >& $(NULLDEV) +$(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@ |