summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-06 20:33:36 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-06 20:33:36 -0500
commit347e24fcecf58a6664097a28855078b514fdc38c (patch)
tree72cef33473c8c13deb8d7a8f1dc6aa9b866df38d
parentde0b7c18a497cbb748b36dee12162239ba6b7861 (diff)
downloadUXP-347e24fcecf58a6664097a28855078b514fdc38c.tar
UXP-347e24fcecf58a6664097a28855078b514fdc38c.tar.gz
UXP-347e24fcecf58a6664097a28855078b514fdc38c.tar.lz
UXP-347e24fcecf58a6664097a28855078b514fdc38c.tar.xz
UXP-347e24fcecf58a6664097a28855078b514fdc38c.zip
Use $(DEPTH) instead of hard coding relative depth in locales makefile.in
-rw-r--r--browser/locales/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
index fac5531a6..b3ecfd359 100644
--- a/browser/locales/Makefile.in
+++ b/browser/locales/Makefile.in
@@ -96,12 +96,12 @@ DEFINES += -DBOOKMARKS_INCLUDE_DIR=$(dir $(call MERGE_FILE,profile/bookmarks.inc
libs-%:
$(NSINSTALL) -D $(DIST)/install
- @$(MAKE) -C ../../toolkit/locales libs-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
- @$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$*
- @$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
+ @$(MAKE) -C $(DEPTH)/toolkit/locales libs-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
+ @$(MAKE) -C $(DEPTH)/services/sync/locales AB_CD=$* XPI_NAME=locale-$*
+ @$(MAKE) -C $(DEPTH)/extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
# @$(MAKE) -C ../extensions/pocket/locale AB_CD=$* XPI_NAME=locale-$*
- @$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$*
- @$(MAKE) -C ../../devtools/client/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
+ @$(MAKE) -C $(DEPTH)/intl/locales AB_CD=$* XPI_NAME=locale-$*
+ @$(MAKE) -C $(DEPTH)/devtools/client/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
@$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$*
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=$(PREF_DIR)
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*