From fb2f6de31c7000ce60612fc9ae3e4bb014abfc7c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 12 Jun 2000 15:48:55 +0000 Subject: [PATCH] [project @ 2000-06-12 15:48:55 by simonmar] update link to deleted mkdependHS stuff --- ghc/docs/users_guide/gone_wrong.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc/docs/users_guide/gone_wrong.sgml b/ghc/docs/users_guide/gone_wrong.sgml index b95b2dd..11cb66a 100644 --- a/ghc/docs/users_guide/gone_wrong.sgml +++ b/ghc/docs/users_guide/gone_wrong.sgml @@ -248,9 +248,10 @@ changed interface file, before and after, when applicable. -If you are using make, a useful tool to make sure that every module -is up-to-date with respect to its imported interfaces is -mkdependHS (which comes with GHC). Please see . +If you are using make, GHC can automatically +generate the dependencies required in order to make sure that every +module is up-to-date with respect to its imported +interfaces. Please see . -- 1.7.10.4