From 97ead78545f507824e9c240d5fd86c90ed7d8224 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Mon, 8 Mar 2004 10:28:57 +0000 Subject: [PATCH] fixed again... and remove unnecessary extra link thingy for migration (windows-only) --- browser/components/build/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/browser/components/build/Makefile.in b/browser/components/build/Makefile.in index 4833212a748b..a9e7a11ff625 100644 --- a/browser/components/build/Makefile.in +++ b/browser/components/build/Makefile.in @@ -56,14 +56,8 @@ endif SHARED_LIBRARY_LIBS = \ $(DIST)/lib/$(LIB_PREFIX)bookmarks_s.$(LIB_SUFFIX) \ $(DIST)/lib/$(LIB_PREFIX)migration_s.$(LIB_SUFFIX) \ - $(NULL) - -ifeq ($(OS_ARCH),WINNT) -SHARED_LIBRARY_LIBS += \ - $(DIST)/lib/$(LIB_PREFIX)migration_s.$(LIB_SUFFIX) \ $(DIST)/lib/$(LIB_PREFIX)shellservice_s.$(LIB_SUFFIX) \ - $(NULL) -endif + $(NULL) EXTRA_DSO_LDOPTS += \ $(EXTRA_DSO_LIBS) \