diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-18 09:06:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-18 09:06:14 +0100 |
commit | 0dc319e2aa28844c3cea8b236b02a67561b76de2 (patch) | |
tree | 7727079d088da3cb8308a36777ccdcbe58f0dd3e /sysui | |
parent | 54d91caf7b3519ee44e299a8174b7ec28fa6a6ed (diff) |
Apparent typo
Change-Id: I37841734ee2845679252741b776af03625b49aaa
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/CustomTarget_share.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk index 4a0499e92668..827d849d6002 100644 --- a/sysui/CustomTarget_share.mk +++ b/sysui/CustomTarget_share.mk @@ -212,7 +212,7 @@ $(share_WORKDIR)/%/build.flag: $(share_SRCDIR)/share/brand.pl $(LAUNCHERS) \ touch $@ ifneq ($(WITH_LANG),) -$(share_WORKDIR)/%.ulf: $(share_SRCDIR)/desktop/share/%.ulf | $(call gb_Executable_get_runtime_dependencies,ulfex) +$(share_WORKDIR)/%.ulf: $(share_SRCDIR)/share/%.ulf | $(call gb_Executable_get_runtime_dependencies,ulfex) $(call gb_Output_announce,$@,$(true),SUM,1) MERGEINPUT=`$(gb_MKTEMP)` && \ echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $@)).po) > $${MERGEINPUT} && \ |