leave out rts/ from include-dirs in the inplace rts package
authorSimon Marlow <marlowsd@gmail.com>
Wed, 4 Feb 2009 10:47:48 +0000 (10:47 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 4 Feb 2009 10:47:48 +0000 (10:47 +0000)
it shouldn't be there, and might hide bugs

rts/package.conf.in

index b46c3d7..d4882a5 100644 (file)
@@ -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