X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;h=d90ca66567056fabc1b5a9503328f1705ce60498;hp=8e3c88b8f17ebc2a9b64fb44c7ea5d142c5ac9a7;hb=3322851b688bb589aad8b15a95eb82c8aaaf0cb5;hpb=13dffdda06cf06d5b178ee9d41c829d203ad1b95 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"