From: qrczak Date: Sat, 23 Dec 2000 17:45:03 +0000 (+0000) Subject: [project @ 2000-12-23 17:45:03 by qrczak] X-Git-Tag: Approximately_9120_patches~3003 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fc4dcdd222e36c8ae79d9534fc1d166d91c38672;p=ghc-hetmet.git [project @ 2000-12-23 17:45:03 by qrczak] Don't include HsData.h and HsConcurrent.h --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index e095e99..fa53901 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -46,7 +46,7 @@ package_details installing = then [ clibdir ] else [ ghc_src_dir cGHC_RUNTIME_DIR ], hs_libraries = [ "HSrts" ], - extra_libraries = [], + extra_libraries = [ "dl" ], include_dirs = if installing then [ clibdir ++ "/includes" ] else [ ghc_src_dir cGHC_INCLUDE_DIR ], @@ -154,7 +154,7 @@ package_details installing = include_dirs = if installing then [] else [ cFPTOOLS_TOP_ABS ++ "/hslibs/concurrent/cbits" ], - c_includes = [ "HsConcurrent.h" ], + c_includes = [], package_deps = [ "lang" ], extra_ghc_opts = [], extra_cc_opts = [], @@ -178,7 +178,7 @@ package_details installing = include_dirs = if installing then [] else [ cFPTOOLS_TOP_ABS ++ "/hslibs/data/cbits" ], - c_includes = [ "HsData.h" ], + c_includes = [], package_deps = [ "lang" ], extra_ghc_opts = [], extra_cc_opts = [],