From 3322851b688bb589aad8b15a95eb82c8aaaf0cb5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 13:09:25 +0000 Subject: [PATCH] Remove a flag that a comment claims is for GHC < 5 --- compiler/Makefile | 5 ----- 1 file changed, 5 deletions(-) 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" -- 1.7.10.4