From 4abbdb77c16b1aeeb2d7ec2a6e43ad236f8f1b97 Mon Sep 17 00:00:00 2001 From: "mozilla.mano@sent.com" Date: Fri, 18 May 2007 21:47:38 -0700 Subject: [PATCH] Bustage fix #1 --- browser/components/build/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/browser/components/build/Makefile.in b/browser/components/build/Makefile.in index d9bd0fd1461..5b50c7eec0d 100644 --- a/browser/components/build/Makefile.in +++ b/browser/components/build/Makefile.in @@ -29,7 +29,6 @@ REQUIRES = \ nkcache \ txmgr \ chardet \ - bookmarks \ migration \ shellservice \ xulapp \ @@ -43,6 +42,10 @@ EXPORTS = nsBrowserCompsCID.h CPPSRCS = nsModule.cpp \ $(NULL) +ifndef MOZ_PLACES_BOOKMARKS +REQUIRES += bookmarks +endif + ifeq ($(OS_ARCH),WINNT) DEFINES += -DPSTOREC_DLL=\"$(subst \,\\,$(WINDIR))\\system32\\pstorec.dll\"