summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/updater-xpcshell/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/updater/updater-xpcshell/Makefile.in')
-rw-r--r--onlineupdate/source/update/updater/updater-xpcshell/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/onlineupdate/source/update/updater/updater-xpcshell/Makefile.in b/onlineupdate/source/update/updater/updater-xpcshell/Makefile.in
index 13b4e7f35d5a..21364883435f 100644
--- a/onlineupdate/source/update/updater/updater-xpcshell/Makefile.in
+++ b/onlineupdate/source/update/updater/updater-xpcshell/Makefile.in
@@ -10,14 +10,6 @@ MOCHITESTROOT = $(abspath $(DEPTH))/_tests/testing/mochitest/chrome/toolkit/moza
include $(topsrcdir)/config/rules.mk
-ifndef MOZ_WINCONSOLE
-ifdef MOZ_DEBUG
-MOZ_WINCONSOLE = 1
-else
-MOZ_WINCONSOLE = 0
-endif
-endif
-
libs::
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
# Copy for xpcshell tests
@@ -38,5 +30,3 @@ else
cp $(PROGRAM) $(XPCSHELLTESTROOT)/data/updater$(BIN_SUFFIX)
cp $(PROGRAM) $(MOCHITESTROOT)/data/updater$(BIN_SUFFIX)
endif
-
-CXXFLAGS += $(MOZ_BZ2_CFLAGS)