From 0b3c0540c90f7fd5ac89e259d01e529760d5c0ff Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 13:21:07 +0000 Subject: [PATCH] Remove a comment for GHC <= 4.08 --- compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. # -- 1.7.10.4