Bug 479978 - remove references to MOZ_PROFILE from the build system; (Fv1-CC) Remove |splitsymbols| target call; r=kairo
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,17 +42,17 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
default::
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
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::
+default export libs clean realclean distclean alldep maybe_clobber_profiledbuild check rebase 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=dist/bin
ifeq ($(OS_ARCH),Darwin)
ifdef UNIVERSAL_BINARY
MAKE_SYM_STORE_PATH=dist/universal
endif