From e527f019256fce92bc6e626e7dc98f03a6f1215f Mon Sep 17 00:00:00 2001
From: "benjamin%smedbergs.us" <benjamin%smedbergs.us>
Date: Mon, 12 Mar 2007 20:35:14 +0000
Subject: [PATCH] Additional removal of modules.mk, bug 367912. I hate that I
 can't ever attach all the files of a patch :-(

---
 client.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/client.mk b/client.mk
index 6ab752f783234..407ad8615660e 100644
--- a/client.mk
+++ b/client.mk
@@ -507,7 +507,7 @@ LOCALES_CVSROOT ?= :pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/l10n
 
 MOZCONFIG_LOADER := mozilla/build/autoconf/mozconfig2client-mk
 MOZCONFIG_FINDER := mozilla/build/autoconf/mozconfig-find 
-MOZCONFIG_MODULES := mozilla/build/unix/modules.mk mozilla/build/unix/uniq.pl
+MOZCONFIG_MODULES := mozilla/build/unix/uniq.pl
 run_for_side_effects := \
   $(shell cd $(ROOTDIR); \
      if test "$(_IS_FIRST_CHECKOUT)"; then \
@@ -516,7 +516,6 @@ run_for_side_effects := \
      fi; \
      $(MOZCONFIG_LOADER) $(TOPSRCDIR) mozilla/.mozconfig.mk > mozilla/.mozconfig.out)
 include $(TOPSRCDIR)/.mozconfig.mk
-include $(TOPSRCDIR)/build/unix/modules.mk
 
 ####################################
 # Options that may come from mozconfig
-- 
GitLab