summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/util/makefile.mk8
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