From: Ian Lynagh Date: Thu, 10 Jul 2008 13:09:25 +0000 (+0000) Subject: Remove a flag that a comment claims is for GHC < 5 X-Git-Tag: Before_cabalised-GHC~38 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3322851b688bb589aad8b15a95eb82c8aaaf0cb5;p=ghc-hetmet.git Remove a flag that a comment claims is for GHC < 5 --- diff --git a/compiler/Makefile b/compiler/Makefile index 8e3c88b..d90ca66 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -583,11 +583,6 @@ endif # Disaster! Then the hc file sees the GHC 5.02 (or whatever) # include files. For the moment we've reverted to using # an explicit path in the .hs sources -# -# For the benefit of <5.00 compilers, do include GHC_INCLUDE_DIR -# when generating dependencies. (=> it gets passed onto mkdependHS, -# which needs it). -SRC_MKDEPENDHS_OPTS += -I$(GHC_INCLUDE_DIR) # We need System.Posix (or Posix when ghc < 6.2) ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"