X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FSysTools.lhs;h=738e63f4c7a852d79a108a4050908e5522a6abbc;hb=e7c3f957fd36fd9f6369183b7a31e2a4a4c21b43;hp=787222fe6201ac5eac384a367db2a6bbe7453e8c;hpb=c830ae13ccd7373b5478e10382a57d497ebc6a40;p=ghc-hetmet.git diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 787222f..738e63f 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -84,8 +84,6 @@ import IO ( try, catch, import Directory ( doesFileExist, removeFile ) import List ( partition ) -#include "../includes/ghcconfig.h" - -- GHC <= 4.08 didn't have rawSystem, and runs into problems with long command -- lines on mingw32, so we disallow it now. #if __GLASGOW_HASKELL__ < 500