diff --git a/mozilla/content/html/content/src/Makefile.in b/mozilla/content/html/content/src/Makefile.in
index 96e100f2786..b6487a67c00 100644
--- a/mozilla/content/html/content/src/Makefile.in
+++ b/mozilla/content/html/content/src/Makefile.in
@@ -32,7 +32,6 @@ REQUIRES = xpcom \
string \
gfx \
layout \
- uriloader \
widget \
dom \
js \
diff --git a/mozilla/dom/src/jsurl/Makefile.in b/mozilla/dom/src/jsurl/Makefile.in
index 8e669082e74..40678cb708b 100644
--- a/mozilla/dom/src/jsurl/Makefile.in
+++ b/mozilla/dom/src/jsurl/Makefile.in
@@ -39,7 +39,6 @@ REQUIRES = xpcom \
caps \
widget \
appshell \
- rdf \
xpconnect \
jsconsole \
$(NULL)
diff --git a/mozilla/editor/base/Makefile.in b/mozilla/editor/base/Makefile.in
index b76aa4ab7b5..97235cb6a1b 100644
--- a/mozilla/editor/base/Makefile.in
+++ b/mozilla/editor/base/Makefile.in
@@ -46,7 +46,6 @@ REQUIRES = xpcom \
pref \
view \
appshell \
- rdf \
webshell \
timer \
txtsvc \
diff --git a/mozilla/editor/composer/src/Makefile.in b/mozilla/editor/composer/src/Makefile.in
index 6d0959546f7..4b926187e88 100644
--- a/mozilla/editor/composer/src/Makefile.in
+++ b/mozilla/editor/composer/src/Makefile.in
@@ -35,14 +35,12 @@ REQUIRES = xpcom \
string \
dom \
layout \
- locale \
content \
uriloader \
txmgr \
htmlparser \
necko \
pref \
- view \
webshell \
timer \
intl \
diff --git a/mozilla/editor/libeditor/base/Makefile.in b/mozilla/editor/libeditor/base/Makefile.in
index d7d9b4fa349..1eceb64c052 100644
--- a/mozilla/editor/libeditor/base/Makefile.in
+++ b/mozilla/editor/libeditor/base/Makefile.in
@@ -35,19 +35,12 @@ REQUIRES = xpcom \
locale \
layout \
content \
- uriloader \
txmgr \
htmlparser \
necko \
pref \
view \
appshell \
- rdf \
- webshell \
- timer \
- txtsvc \
- intl \
- docshell \
gfx \
widget \
xuldoc \
diff --git a/mozilla/editor/libeditor/build/Makefile.in b/mozilla/editor/libeditor/build/Makefile.in
index 041a3d8e202..6576a9a9586 100644
--- a/mozilla/editor/libeditor/build/Makefile.in
+++ b/mozilla/editor/libeditor/build/Makefile.in
@@ -40,23 +40,11 @@ REQUIRES = xpcom \
string \
dom \
layout \
- locale \
content \
- uriloader \
txmgr \
htmlparser \
- necko \
- pref \
- view \
- webshell \
- timer \
- intl \
- docshell \
- gfx \
- widget \
appshell \
xuldoc \
- txtsvc \
$(NULL)
# MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY=1
diff --git a/mozilla/editor/libeditor/html/Makefile.in b/mozilla/editor/libeditor/html/Makefile.in
index ed9e5c1cbd3..ff3e84a8efc 100644
--- a/mozilla/editor/libeditor/html/Makefile.in
+++ b/mozilla/editor/libeditor/html/Makefile.in
@@ -35,16 +35,10 @@ REQUIRES = xpcom \
layout \
locale \
content \
- uriloader \
txmgr \
htmlparser \
necko \
pref \
- view \
- webshell \
- timer \
- intl \
- docshell \
gfx \
widget \
$(NULL)
diff --git a/mozilla/editor/libeditor/text/Makefile.in b/mozilla/editor/libeditor/text/Makefile.in
index e7fe3b4c69d..92a881fe944 100644
--- a/mozilla/editor/libeditor/text/Makefile.in
+++ b/mozilla/editor/libeditor/text/Makefile.in
@@ -36,18 +36,12 @@ REQUIRES = xpcom \
locale \
layout \
content \
- uriloader \
txmgr \
htmlparser \
necko \
pref \
view \
- webshell \
- timer \
- txtsvc \
- intl \
lwbrk \
- docshell \
gfx \
widget \
$(NULL)
diff --git a/mozilla/embedding/base/Makefile.in b/mozilla/embedding/base/Makefile.in
index dc729f540b5..d23b4d4b506 100644
--- a/mozilla/embedding/base/Makefile.in
+++ b/mozilla/embedding/base/Makefile.in
@@ -35,11 +35,8 @@ REQUIRES = xpcom \
view \
dom \
necko \
- rdf \
- appshell \
uriloader \
gfx \
- editor \
intl \
chrome \
embedcomponents \
diff --git a/mozilla/gfx/src/Makefile.in b/mozilla/gfx/src/Makefile.in
index aad0543ff96..4c6702503a4 100644
--- a/mozilla/gfx/src/Makefile.in
+++ b/mozilla/gfx/src/Makefile.in
@@ -32,7 +32,6 @@ LIBRARY_NAME = gkgfx
EXPORT_LIBRARY = 1
REQUIRES = xpcom \
string \
- content \
widget \
locale \
view \
diff --git a/mozilla/intl/locale/src/Makefile.in b/mozilla/intl/locale/src/Makefile.in
index 8d6c8ab8482..a50f1a7be39 100644
--- a/mozilla/intl/locale/src/Makefile.in
+++ b/mozilla/intl/locale/src/Makefile.in
@@ -33,7 +33,6 @@ REQUIRES = xpcom \
uconv \
unicharutil \
necko \
- intl \
$(NULL)
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
diff --git a/mozilla/intl/uconv/src/Makefile.in b/mozilla/intl/uconv/src/Makefile.in
index ac1b59e5bbe..53786116e33 100644
--- a/mozilla/intl/uconv/src/Makefile.in
+++ b/mozilla/intl/uconv/src/Makefile.in
@@ -40,7 +40,6 @@ REQUIRES = xpcom \
locale \
chardet \
necko \
- pref \
$(NULL)
CSRCS = \
diff --git a/mozilla/js/jsd/Makefile.in b/mozilla/js/jsd/Makefile.in
index 28efdeac78c..247024fb224 100644
--- a/mozilla/js/jsd/Makefile.in
+++ b/mozilla/js/jsd/Makefile.in
@@ -37,7 +37,6 @@ REQUIRES = xpcom \
js \
xpconnect \
widget \
- appshell \
pref \
$(NULL)
diff --git a/mozilla/js/src/xpconnect/src/Makefile.in b/mozilla/js/src/xpconnect/src/Makefile.in
index 1e06f562b24..67cfcefefcc 100644
--- a/mozilla/js/src/xpconnect/src/Makefile.in
+++ b/mozilla/js/src/xpconnect/src/Makefile.in
@@ -48,7 +48,6 @@ MODULE_NAME = xpconnect
REQUIRES = xpcom \
string \
js \
- dom \
caps \
$(NULL)
diff --git a/mozilla/profile/pref-migrator/src/Makefile.in b/mozilla/profile/pref-migrator/src/Makefile.in
index afe9860d63c..1c0970a4034 100644
--- a/mozilla/profile/pref-migrator/src/Makefile.in
+++ b/mozilla/profile/pref-migrator/src/Makefile.in
@@ -39,7 +39,6 @@ REQUIRES = xpcom \
docshell \
dom \
necko \
- rdf \
widget \
webbrwsr \
uconv \
diff --git a/mozilla/profile/src/Makefile.in b/mozilla/profile/src/Makefile.in
index d46c7329204..3f5e23fb48d 100644
--- a/mozilla/profile/src/Makefile.in
+++ b/mozilla/profile/src/Makefile.in
@@ -45,7 +45,6 @@ REQUIRES = xpcom \
pref \
prefmigr \
appshell \
- rdf \
uconv \
appcomps \
windowwatcher \
diff --git a/mozilla/xpcom/glue/Makefile.in b/mozilla/xpcom/glue/Makefile.in
index 92e27cde9cf..0e115b50097 100644
--- a/mozilla/xpcom/glue/Makefile.in
+++ b/mozilla/xpcom/glue/Makefile.in
@@ -30,7 +30,7 @@ MODULE = xpcom
XPIDL_MODULE = xpcom_glue
LIBRARY_NAME = xpcomglue
-REQUIRES = string
+REQUIRES = $(NULL)
CPPSRCS = \
nsCOMPtr.cpp \
diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in
index c61077e8a76..b4b2ffaf157 100644
--- a/mozilla/xpfe/bootstrap/Makefile.in
+++ b/mozilla/xpfe/bootstrap/Makefile.in
@@ -39,10 +39,8 @@ REQUIRES = xpcom \
appshell \
gfx \
chrome \
- rdf \
xpinstall \
uriloader \
- editor \
view \
windowwatcher \
embed_base \
diff --git a/mozilla/xpfe/browser/src/Makefile.in b/mozilla/xpfe/browser/src/Makefile.in
index 01b27bbae76..b5af6914990 100644
--- a/mozilla/xpfe/browser/src/Makefile.in
+++ b/mozilla/xpfe/browser/src/Makefile.in
@@ -48,7 +48,6 @@ REQUIRES = xpcom \
pref \
editor \
appcomps \
- rdf \
webbrwsr \
uconv \
chardet \
diff --git a/mozilla/xpinstall/src/Makefile.in b/mozilla/xpinstall/src/Makefile.in
index d3f5da90bf8..44749427f36 100644
--- a/mozilla/xpinstall/src/Makefile.in
+++ b/mozilla/xpinstall/src/Makefile.in
@@ -51,7 +51,6 @@ REQUIRES = xpcom \
libreg \
js \
pref \
- appshell \
widget \
layout \
content \
@@ -59,7 +58,6 @@ REQUIRES = xpcom \
xpconnect \
docshell \
dom \
- mozcomps \
windowwatcher \
$(ZLIB_REQUIRES) \
$(NULL)