From cbcc33daeb3877b277b05fcf7fc67b8b20891117 Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Sat, 28 Sep 2002 21:03:44 +0000 Subject: [PATCH] fixing phoenix build bustage git-svn-id: svn://10.0.0.236/trunk@130680 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/docshell/base/Makefile.in b/mozilla/docshell/base/Makefile.in index 4ff0b362459..d482ab294ff 100644 --- a/mozilla/docshell/base/Makefile.in +++ b/mozilla/docshell/base/Makefile.in @@ -63,6 +63,12 @@ REQUIRES = xpcom \ editor \ $(NULL) +ifdef MOZ_PHOENIX +REQUIRES += history +else +REQUIRES += appcomps +endif + XPIDLSRCS = \ nsCDocShell.idl \ nsCDefaultURIFixup.idl \