[project @ 2000-06-14 09:10:23 by simonmar]
authorsimonmar <unknown>
Wed, 14 Jun 2000 09:10:23 +0000 (09:10 +0000)
committersimonmar <unknown>
Wed, 14 Jun 2000 09:10:23 +0000 (09:10 +0000)
fix installed include dir in rts package.

ghc/driver/PackageSrc.hs

index 5395b05..0119f7b 100644 (file)
@@ -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" ],