From 291fe1848fe84ef069908b5404cfc4b6695bc06c Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 25 Feb 2011 15:02:04 +0100 Subject: [PATCH] Bug 584474 part 6 - Remove duplicate libxpcomglue_s in link flags. r=ted --- netwerk/test/Makefile.in | 1 - storage/test/Makefile.in | 1 - 2 files changed, 2 deletions(-) diff --git a/netwerk/test/Makefile.in b/netwerk/test/Makefile.in index 717ad579d23..1e8eee670c1 100644 --- a/netwerk/test/Makefile.in +++ b/netwerk/test/Makefile.in @@ -91,7 +91,6 @@ CPP_UNIT_TESTS = \ include $(topsrcdir)/config/config.mk LIBS = $(EXTRA_DSO_LIBS) \ - $(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \ $(XPCOM_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/storage/test/Makefile.in b/storage/test/Makefile.in index 8df8db16291..660057536a2 100644 --- a/storage/test/Makefile.in +++ b/storage/test/Makefile.in @@ -78,7 +78,6 @@ LOCAL_INCLUDES = \ LIBS = \ $(LIBS_DIR) \ - $(LIBXUL_DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \ $(MOZ_COMPONENT_LIBS) \ $(SQLITE_LIBS) \ $(NULL)