From: Ian Lynagh Date: Thu, 18 Sep 2008 14:31:18 +0000 (+0000) Subject: Don't put the mingw directory in RTS's package.conf X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=371fe43219d9dbc6faf15d01ea921a40294e181e;hp=894775f034d278ff5493eeaf8587914626e8df21 Don't put the mingw directory in RTS's package.conf --- diff --git a/rts/package.conf.in b/rts/package.conf.in index bae12f8..1b274c9 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -61,9 +61,6 @@ extra-libraries: "m" /* for ldexp() */ #ifdef INSTALLING include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS PAPI_INCLUDE_DIR -# ifdef mingw32_HOST_OS - , INCLUDE_DIR"/mingw" -# endif #else /* !INSTALLING */ include-dirs: FPTOOLS_TOP_ABS"/includes" FPTOOLS_TOP_ABS"/rts"