From: Simon Marlow Date: Wed, 4 Feb 2009 10:47:48 +0000 (+0000) Subject: leave out rts/ from include-dirs in the inplace rts package X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6cd825dcc25718773141a3db2db78c2722b96e91 leave out rts/ from include-dirs in the inplace rts package it shouldn't be there, and might hide bugs --- diff --git a/rts/package.conf.in b/rts/package.conf.in index b46c3d7..d4882a5 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -61,7 +61,6 @@ extra-libraries: "m" /* for ldexp() */ include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS PAPI_INCLUDE_DIR #else /* !INSTALLING */ include-dirs: FPTOOLS_TOP_ABS"/includes" - FPTOOLS_TOP_ABS"/rts" # if !defined(HAVE_LIB_GMP) && !defined(HAVE_FRAMEWORK_GMP) FPTOOLS_TOP_ABS"/gmp/gmpbuild" # endif