Bug 450485 - thunderbird trunk nightly w32 buildsymbols broken on comm-central so no useful breakpad report - symbols missing at http://symbols.mozilla.org/thunderbird; Universal MacOSX; r=kairo
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,14 +40,21 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(topsrcdir)/config/config.mk
default export libs clean realclean distclean alldep maybe_clobber_profiledbuild check rebase splitsymbols uploadsymbols signnss deliver mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y::
$(MAKE) -C mozilla $@
# http://bugzilla.mozilla.org/show_bug.cgi?id=450485
+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) -C mozilla $@
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
include $(topsrcdir)/config/rules.mk