summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-01-12 13:55:42 +0000
committerSimon Marlow <marlowsd@gmail.com>2012-01-12 13:56:52 +0000
commitc2121ec425c806ea423916af41d5f371e3acaf50 (patch)
tree583c9ec4475d49f526168f201ae3bb80ad01cf32 /rts/package.conf.in
parent71e5ee7d1656444ad23d0610ddaf9fc99a58b190 (diff)
downloadhaskell-c2121ec425c806ea423916af41d5f371e3acaf50.tar.gz
TOP/includes/dist doesn't exist (yet?) and makes ghcpkg05 fail, so remove it
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index f2d1d8491d..130130227d 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -51,7 +51,7 @@ extra-libraries:
#ifdef INSTALLING
include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR
#else /* !INSTALLING */
-include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header"
+include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header"
#endif
includes: Stg.h