From 9a8262864dc58a346f73af333855da39c5804c93 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 14 Jun 2000 09:10:23 +0000 Subject: [PATCH] [project @ 2000-06-14 09:10:23 by simonmar] fix installed include dir in rts package. --- ghc/driver/PackageSrc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ], -- 1.7.10.4