add missing dep on types.rdb
Change-Id: Iddd10613dc5705eeaac53ff080692da2ad455720
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user