From 508d732db14eb7f13a9b006a99c782d512067aba Mon Sep 17 00:00:00 2001 From: Makoto Kato Date: Thu, 26 Jan 2012 09:54:26 +0900 Subject: [PATCH] Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano --- browser/components/migration/src/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/browser/components/migration/src/Makefile.in b/browser/components/migration/src/Makefile.in index 63bbf784473..26cdb0a8ffa 100644 --- a/browser/components/migration/src/Makefile.in +++ b/browser/components/migration/src/Makefile.in @@ -49,16 +49,15 @@ USE_STATIC_LIBS = 1 endif -CPPSRCS = nsBrowserProfileMigratorUtils.cpp \ - $(NULL) - ifeq ($(OS_ARCH)_$(GNU_CXX),WINNT_) CPPSRCS += nsIEProfileMigrator.cpp \ + nsBrowserProfileMigratorUtils.cpp \ $(NULL) endif ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) CPPSRCS += nsSafariProfileMigrator.cpp \ + nsBrowserProfileMigratorUtils.cpp \ $(NULL) endif