diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-18 14:31:18 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-18 14:31:18 +0000 |
commit | 371fe43219d9dbc6faf15d01ea921a40294e181e (patch) | |
tree | 40a956a237873e50787d0cc9ac7687f7acde202f /rts | |
parent | 894775f034d278ff5493eeaf8587914626e8df21 (diff) | |
download | haskell-371fe43219d9dbc6faf15d01ea921a40294e181e.tar.gz |
Don't put the mingw directory in RTS's package.conf
Diffstat (limited to 'rts')
-rw-r--r-- | rts/package.conf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index bae12f8fc2..1b274c9d69 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" |