From fe76476a588a98dfe97093b673f3450d0bcffa8a Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 11 Sep 2013 08:15:53 +0900 Subject: [PATCH] Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps --- mobile/android/base/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/base/Makefile.in b/mobile/android/base/Makefile.in index d6e074fa1a91..f71db16b6a9b 100644 --- a/mobile/android/base/Makefile.in +++ b/mobile/android/base/Makefile.in @@ -1395,7 +1395,7 @@ $(RESOURCES): $(call mkdir_deps,$(RES_DIRS)) $(subst res/,$(srcdir)/resources/,$ @echo "creating $@" $(NSINSTALL) $(subst res/,$(srcdir)/resources/,$@) $(dir $@) -res/values/strings.xml: $(call mkdir_deps,$(RES_DIRS)) +res/values/strings.xml: $(call mkdir_deps,res/values) $(MAKE) -C locales # With multilocale builds, there will be multiple strings.xml files. We need to