From 8f95c6c82b6aa365d940d2a96df9cc672c1fedb1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 6 Oct 2009 09:40:08 +0000 Subject: [PATCH] remove a TODO now done --- ghc.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc.mk b/ghc.mk index 5b0f604..dd11adf 100644 --- a/ghc.mk +++ b/ghc.mk @@ -39,8 +39,6 @@ # # * per-source-file dependencies instead of one .depend file? # * eliminate undefined variables, and use --warn-undefined-variables? -# * perhaps we should make all the output dirs in the .depend rule, to -# avoid all these mkdirhier calls? # * put outputs from different ways in different subdirs of distdir/build, # then we don't have to use -osuf/-hisuf. We would have to install # them in different places too, so we'd need ghc-pkg support for packages -- 1.7.10.4