summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-18 14:31:18 +0000
committerIan Lynagh <igloo@earth.li>2008-09-18 14:31:18 +0000
commit371fe43219d9dbc6faf15d01ea921a40294e181e (patch)
tree40a956a237873e50787d0cc9ac7687f7acde202f /rts
parent894775f034d278ff5493eeaf8587914626e8df21 (diff)
downloadhaskell-371fe43219d9dbc6faf15d01ea921a40294e181e.tar.gz
Don't put the mingw directory in RTS's package.conf
Diffstat (limited to 'rts')
-rw-r--r--rts/package.conf.in3
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"