summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-10-06 09:40:08 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-10-06 09:40:08 +0000
commit8f95c6c82b6aa365d940d2a96df9cc672c1fedb1 (patch)
tree045f83471a548a96337caac6a96886dc6aab452e
parentbb0a30a9bf77c2129c83a427ae5ef8903e856104 (diff)
downloadhaskell-8f95c6c82b6aa365d940d2a96df9cc672c1fedb1.tar.gz
remove a TODO now done
-rw-r--r--ghc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 5b0f604c77..dd11adf4c9 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