From 567cd49a87df3bd50df6ecd98ffb7f4b0e3624c4 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 27 Jun 2001 10:35:48 +0000 Subject: [PATCH] [project @ 2001-06-27 10:35:48 by simonpj] Add comment --- ghc/compiler/main/DriverPipeline.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index af517ca..e890019 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.82 2001/06/26 16:30:50 rrt Exp $ +-- $Id: DriverPipeline.hs,v 1.83 2001/06/27 10:35:48 simonpj Exp $ -- -- GHC Driver -- @@ -385,6 +385,7 @@ run_phase MkDependHS basename suff input_fn _output_fn = do objs <- mapM odir_ify ofiles + -- Handle for file that accumulates dependencies hdl <- readIORef v_Dep_tmp_hdl -- std dependency of the object(s) on the source file -- 1.7.10.4