From e84de3a3372c3ef7e2df5fa5b2fe030968a47dc8 Mon Sep 17 00:00:00 2001 From: "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 :-( git-svn-id: svn://10.0.0.236/trunk@221792 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/client.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/client.mk b/mozilla/client.mk index 6ab752f7832..407ad861566 100644 --- a/mozilla/client.mk +++ b/mozilla/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