diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-04 01:43:10 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-04 15:55:49 +0000 |
commit | 71641309c7e17761ba13b56e71ab2299d589ce1c (patch) | |
tree | 55a51831585b4fd562a57a8738dff92a860d89b1 /mk | |
parent | dd766094a4fc526ba321bfcf5dbdcb52549edf9a (diff) | |
download | haskell-71641309c7e17761ba13b56e71ab2299d589ce1c.tar.gz |
Remove some out-of-date comments
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index e63b1eae33..ae7d16cb9f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -426,9 +426,6 @@ SRC_HC_OPTS += -H32m -O # ----------------------------------------------------------------------------- # Names of programs in the GHC tree -# -# xxx_PGM the name of an executable, without the path -# xxx the executable relative to the current dir MKDIRHIER = $(INPLACE_BIN)/mkdirhier |