[project @ 1998-12-03 15:24:08 by simonm]
[ghc-hetmet.git] / ghc / mk / paths.mk
index a6bb13e..58331ad 100644 (file)
@@ -3,10 +3,6 @@
 # ghc project specific make variables
 #
 
-# Override default haskell compiler if required
-#HC                    = $(WithGhcHc)
-HaskellCompilerType    = $(WithGhcHcType)
-
 GCap=-optc-DGCap
 #GC2s=-optc-DGC2s
 #GC1s=-optc-DGC1s
@@ -41,7 +37,7 @@ endif
 
 GHC_DRIVER_DIR         = $(TOP)/driver
 GHC_COMPILER_DIR       = $(TOP)/compiler
-GHC_RUNTIME_DIR        = $(TOP)/runtime
+GHC_RUNTIME_DIR        = $(TOP)/rts
 GHC_LIB_DIR            = $(TOP)/lib
 GHC_INCLUDE_DIR        = $(TOP)/includes
 GHC_UTILS_DIR          = $(TOP)/utils