From b513f5d7154f90433897d94e07948819735432b2 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Fri, 6 Apr 2001 00:23:22 +0000 Subject: [PATCH] Correct REQUIRES line to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. git-svn-id: svn://10.0.0.236/trunk@91526 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/components/promptservice/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/embedding/components/promptservice/src/Makefile.in b/mozilla/embedding/components/promptservice/src/Makefile.in index fcafc389ec8..a9d8b8db650 100644 --- a/mozilla/embedding/components/promptservice/src/Makefile.in +++ b/mozilla/embedding/components/promptservice/src/Makefile.in @@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = embedcomponents LIBRARY_NAME = promptservice_s -REQUIRES = xpcom string dom promptservice widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2 +REQUIRES = xpcom string dom promptservice windowwatcher appshell CPPSRCS = nsPromptService.cpp \ $(NULL)