diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:09:25 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:09:25 +0000 |
commit | 3322851b688bb589aad8b15a95eb82c8aaaf0cb5 (patch) | |
tree | ee966a9152b791c27112e59f455e6735867ac9f3 /compiler/Makefile | |
parent | 13dffdda06cf06d5b178ee9d41c829d203ad1b95 (diff) | |
download | haskell-3322851b688bb589aad8b15a95eb82c8aaaf0cb5.tar.gz |
Remove a flag that a comment claims is for GHC < 5
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 8e3c88b8f1..d90ca66567 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" |