diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-03 13:28:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-03 13:28:17 +0000 |
commit | 239bd55e9e74b35c175f7542a7176ab2eb71661e (patch) | |
tree | 2c4b4054b8d6211b245301258312676491fd77c6 /offapi/util | |
parent | 1e88ccfa2ea91189384b1fc766ec8fb14b3b3d66 (diff) |
#i10000# remove -u switch
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index b313e6677716..d1fb989a6743 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.90 $ +# $Revision: 1.91 $ # -# last change: $Author: rt $ $Date: 2005-09-08 14:24:14 $ +# last change: $Author: kz $ $Date: 2005-11-03 14:28:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -171,8 +171,8 @@ $(OUT)$/ucrdoc$/types_doc.db : $(OUT)$/ucrdoc$/offapi_doc.db $(SOLARBINDIR)$/udk #SB: Once the reference rdbs are new-style registries with explicit published # types, the "-u" should be removed again from the calls to regcompare: $(REGISTRYCHECKFLAG) : $(UCR)$/types.db $(OUT)$/ucrdoc$/types_doc.db - +$(REGCOMPARE) -f -t -u -r1 $(REFERENCE_RDB) -r2 $(UCR)$/types.db - +$(REGCOMPARE) -f -t -u -r1 $(REFERENCE_DOC_RDB) -r2 $(OUT)$/ucrdoc$/types_doc.db \ + +$(REGCOMPARE) -f -t -r1 $(REFERENCE_RDB) -r2 $(UCR)$/types.db + +$(REGCOMPARE) -f -t -r1 $(REFERENCE_DOC_RDB) -r2 $(OUT)$/ucrdoc$/types_doc.db \ && echo > $(REGISTRYCHECKFLAG) .INCLUDE : target.mk |