From 1c06c2c1a5fb22b9a1f2d4db85674b8f9bcc8ebb Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 12 Jan 2005 15:26:28 +0000 Subject: [PATCH] [project @ 2005-01-12 15:26:28 by simonmar] Track removal of Distribution.Compat.Error --- ghc/compiler/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 4cadc67..69adbaf 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -522,7 +522,6 @@ endif 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.Extension \ -optdep--exclude-module=Distribution.GetOpt \ -- 1.7.10.4