diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-18 09:30:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:46 +0200 |
commit | 436717844f93e17b455a70db30c995629e0e0a6a (patch) | |
tree | a2d676d6a21c322e60c07ac14bb59f247affdf89 /i18npool | |
parent | 8f16dc3de4d59db6db5f4a6c2692809f6b4417fb (diff) |
add missing deps on URE stuff
Change-Id: I8d17305372ac01ab43a7092d9b8a842f114adb3f
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CustomTarget_localedata.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk index 192478c35649..92101429caec 100644 --- a/i18npool/CustomTarget_localedata.mk +++ b/i18npool/CustomTarget_localedata.mk @@ -38,7 +38,10 @@ $(i18npool_LDDIR)/localedata_%.cxx : \ $(SRCDIR)/i18npool/source/localedata/data/%.xml \ $(i18npool_LDDIR)/saxparser.rdb \ $(OUTDIR_FOR_BUILD)/bin/types.rdb \ - $(call gb_Executable_get_target_for_build,saxparser) + $(call gb_Executable_get_target_for_build,saxparser) \ + $(call gb_Rdb_get_outdir_target,ure/services) \ + $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \ + $(call gb_Package_get_target,cppuhelper_unorc) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SAX,1) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,saxparser) $* $< $@.tmp \ |