From: simonmar Date: Wed, 14 Jun 2000 09:10:23 +0000 (+0000) Subject: [project @ 2000-06-14 09:10:23 by simonmar] X-Git-Tag: Approximately_9120_patches~4208 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a8262864dc58a346f73af333855da39c5804c93;p=ghc-hetmet.git [project @ 2000-06-14 09:10:23 by simonmar] fix installed include dir in rts package. --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 5395b05..0119f7b 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -43,7 +43,7 @@ package_details installing = else ghc_src_dir _GHC_RUNTIME_DIR ], libraries = [ "HSrts" ], include_dir = if installing - then "" + then _libdir ++ "/includes" else ghc_src_dir _GHC_INCLUDE_DIR, c_include = "Stg.h", -- ha! package_deps = [ "gmp" ],