add missing dep on types.rdb

Change-Id: Iddd10613dc5705eeaac53ff080692da2ad455720
This commit is contained in:
David Tardon
2012-07-30 10:07:37 +02:00
parent d40ec00ad9
commit e11f0576b9

View File

@@ -36,7 +36,9 @@ $(call gb_CustomTarget_get_target,i18npool/localedata) : \
$(i18npool_LDDIR)/localedata_%.cxx : \
$(SRCDIR)/i18npool/source/localedata/data/%.xml \
$(i18npool_LDDIR)/saxparser.rdb $(call gb_Executable_get_target_for_build,saxparser)
$(i18npool_LDDIR)/saxparser.rdb \
$(OUTDIR_FOR_BUILD)/bin/types.rdb \
$(call gb_Executable_get_target_for_build,saxparser)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SAX,1)
$(call gb_Helper_abbreviate_dirs, \
$(call gb_Helper_execute,saxparser) $* $< $@.tmp \