Bug 450485. make buildsymbols needs to be told to look outside of mozilla/ when looking for symbols in a comm-central build on Win32. (r=kairo)
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,14 +36,18 @@
DEPTH = .
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(topsrcdir)/config/config.mk
-default install export libs clean realclean distclean alldep maybe_clobber_profiledbuild check rebase splitsymbols buildsymbols uploadsymbols signnss deliver::
+default install export libs clean realclean distclean alldep maybe_clobber_profiledbuild check rebase splitsymbols uploadsymbols signnss deliver::
$(MAKE) -C mozilla $@
+# http://bugzilla.mozilla.org/show_bug.cgi?id=450485
+buildsymbols ::
+ $(MAKE) -C mozilla $@ MAKE_SYM_STORE_PATH=..
+
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
include $(topsrcdir)/config/rules.mk