Bug 452866 - "Teach Socorro/crash-stats about comm-central - Tell buildsymbols about comm-central & mozilla-central for comm-central builds" [r=ted.mielczarek,a=Standard8 me for push to closed tree]
--- a/Makefile.in
+++ b/Makefile.in
@@ -54,11 +54,11 @@ 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_SYM_STORE_PATH=$(MAKE_SYM_STORE_PATH) $@
+ $(MAKE) -C mozilla MAKE_SYM_STORE_PATH=$(MAKE_SYM_STORE_PATH) SYM_STORE_SOURCE_DIRS="$(topsrcdir)/mozilla/extensions/inspector $(topsrcdir)/mozilla $(topsrcdir)" $@
include $(topsrcdir)/config/rules.mk