From: Ian Lynagh Date: Thu, 10 Jul 2008 13:21:07 +0000 (+0000) Subject: Remove a comment for GHC <= 4.08 X-Git-Tag: Before_cabalised-GHC~36 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0b3c0540c90f7fd5ac89e259d01e529760d5c0ff Remove a comment for GHC <= 4.08 --- diff --git a/compiler/Makefile b/compiler/Makefile index f883d18..197c954 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -77,8 +77,8 @@ count : # There are other plausible designs that might work, but each has different # problems: # -# - using -odir and -hidir: GHC <= 4.08 doesn't support -hidir, and -# anyway -odir puts all the objects in one directory (strips off the +# - using -odir and -hidir: +# -odir puts all the objects in one directory (strips off the # subdirectory part), which eventually forces us to use VPATH to find # the sources. I have a really bad feeling about VPATH. #