# HG changeset patch # User Ian Neal # Date 1532288199 -3600 # Node ID 8c44e9dc156da90f2b8e683bf8b232727e57dc85 # Parent 68969cca3a6f6379455f61663879cdb8653ad2c6 Bug 1477559 - Port | Bug 1255485 - Remove NSDISTMODE=copy from Makefiles| to SeaMonkey. r=frg a=frg diff --git a/suite/app/Makefile.in b/suite/app/Makefile.in --- a/suite/app/Makefile.in +++ b/suite/app/Makefile.in @@ -13,20 +13,16 @@ LICENSE_TXT_FILE = $(topsrcdir)/comm/sui ifndef MOZ_WINCONSOLE ifdef MOZ_DEBUG MOZ_WINCONSOLE = 1 else MOZ_WINCONSOLE = 0 endif endif -# This switches $(INSTALL) to copy mode, like $(SYSINSTALL), so things that -# shouldn't get 755 perms need $(IFLAGS1) for either way of calling nsinstall. -NSDISTMODE = copy - include $(topsrcdir)/config/config.mk # If we are trying to show an error dialog about the lack of SSE2 support, # make sure that code itself doesn't use SSE2. ifdef MOZ_LINUX_32_SSE2_STARTUP_ERROR CXX := $(filter-out -march=% -msse -msse2 -mfpmath=sse,$(CXX)) CXX += -march=pentiumpro endif