Bug 450485. Make sure the value of MAKE_SYM_STORE_PATH is passed to mozilla's buildsymbols target. r=KaiRo
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,13 +48,13 @@ default export libs clean realclean dist
MAKE_SYM_STORE_PATH=..
ifeq ($(OS_ARCH),Darwin)
ifdef UNIVERSAL_BINARY
MAKE_SYM_STORE_PATH=dist/universal
endif
endif
buildsymbols ::
- $(MAKE) -C mozilla $@
+ $(MAKE) -C mozilla MAKE_SYM_STORE_PATH=$(MAKE_SYM_STORE_PATH) $@
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
include $(topsrcdir)/config/rules.mk