From 5e0e5baefe67ca3a79e92608fbe30d9e30465c3b Mon Sep 17 00:00:00 2001 From: "dbaron@dbaron.org" Date: Sun, 19 Aug 2007 17:50:01 -0700 Subject: [PATCH] Attempt to fix trace-malloc bustage in libxul builds by removing LIBXUL_LIBRARY=1 (fixing tinderbox bustage for newly-enabled test). --- tools/trace-malloc/lib/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/trace-malloc/lib/Makefile.in b/tools/trace-malloc/lib/Makefile.in index cdff081dc5b0..9bbe6610fa94 100644 --- a/tools/trace-malloc/lib/Makefile.in +++ b/tools/trace-malloc/lib/Makefile.in @@ -46,7 +46,6 @@ MODULE = tracemalloc LIBRARY_NAME = tracemalloc EXPORT_LIBRARY = 1 DEFFILE = $(win_srcdir)/tm.def -LIBXUL_LIBRARY = 1 REQUIRES = xpcom