From deee51ffa1a4c1527cd9fc7ecba869cef81c16f1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 1 Dec 2004 09:52:14 +0000 Subject: [PATCH] [project @ 2004-12-01 09:51:50 by simonmar] Update the excluded modules for libghccompat --- ghc/compiler/Makefile | 12 +++++++++--- ghc/utils/ghc-pkg/Makefile | 11 ++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f709768..407ad66 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -523,10 +523,16 @@ endif SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Compat.RawSystem \ -optdep--exclude-module=Compat.Directory \ - -optdep--exclude-module=Data.Version \ - -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.Compat.Error \ + -optdep--exclude-module=Distribution.Compat.ReadP \ + -optdep--exclude-module=Distribution.Extension \ -optdep--exclude-module=Distribution.InstalledPackageInfo \ - -optdep--exclude-module=Distribution.Package + -optdep--exclude-module=Distribution.License \ + -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.ParseUtils \ + -optdep--exclude-module=Distribution.Setup \ + -optdep--exclude-module=Distribution.Version \ + -optdep--exclude-module=System.FilePath endif SRC_LD_OPTS += -no-link-chk diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 9d3b311..123d486 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -45,13 +45,18 @@ endif # This is horrible. We ought to be able to omit the entire directory # from mkDependHS. SRC_MKDEPENDHS_OPTS += \ + -optdep--exclude-module=Compat.RawSystem \ -optdep--exclude-module=Compat.Directory \ + -optdep--exclude-module=Distribution.Compat.Error \ -optdep--exclude-module=Distribution.Compat.ReadP \ - -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.Extension \ -optdep--exclude-module=Distribution.InstalledPackageInfo \ - -optdep--exclude-module=Distribution.Package \ -optdep--exclude-module=Distribution.License \ - -optdep--exclude-module=Distribution.Version + -optdep--exclude-module=Distribution.Package \ + -optdep--exclude-module=Distribution.ParseUtils \ + -optdep--exclude-module=Distribution.Setup \ + -optdep--exclude-module=Distribution.Version \ + -optdep--exclude-module=System.FilePath # -----------------------------------------------------------------------------= # Create the Version.hs file -- 1.7.10.4