From cac21239949153b6758c147568c3796f5d6c7215 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 13 Jun 2001 10:25:37 +0000 Subject: [PATCH] [project @ 2001-06-13 10:25:37 by simonmar] correct a comment (the -B option is mandatory). --- ghc/compiler/main/Main.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 1b9f220..f65ed50 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.68 2001/06/13 10:23:23 simonmar Exp $ +-- $Id: Main.hs,v 1.69 2001/06/13 10:25:37 simonmar Exp $ -- -- GHC Driver program -- @@ -331,8 +331,7 @@ setTopDir args = do -- replace the string "$libdir" at the beginning of a path with the --- current TOPDIR (obtained from the -B option if present, or the --- wired-in libdir otherwise). +-- current libdir (obtained from the -B option). mungePackagePaths top_dir ps = map munge_pkg ps where munge_pkg p = p{ import_dirs = munge_paths (import_dirs p), -- 1.7.10.4