X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fmk%2Fconfig.mk.in;h=e3060ec20ce7261b6808d62047a8a7420b8c5ce8;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=a4786ea9397602cb096ec7b712c129b06d1df3f1;hpb=97882efa69fde2776d70528201baaa697c8ed296;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index a4786ea..e3060ec 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -17,9 +17,10 @@ else GhcBinDistShScripts = endif -GhcBinDistPrlScripts = +GhcBinDistPrlScripts = ghcprof GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof +GhcBinDistBins = hp2ps runghc +GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg GhcBinDistLibSplicedFiles = package.conf @@ -49,15 +50,18 @@ endif ifeq "$(UseStage1)" "YES" ghc_ge_504 = YES ghc_ge_601 = YES +ghc_ge_602 = YES ghc_ge_603 = YES else ifeq "$(BootingFromHc)" "YES" ghc_ge_504 = YES ghc_ge_601 = YES +ghc_ge_602 = YES ghc_ge_603 = YES else ghc_ge_504 = $(shell if (test $(GhcCanonVersion) -ge 504); then echo YES; else echo NO; fi) ghc_ge_601 = $(shell if (test $(GhcCanonVersion) -ge 601); then echo YES; else echo NO; fi) +ghc_ge_602 = $(shell if (test $(GhcCanonVersion) -ge 602); then echo YES; else echo NO; fi) ghc_ge_603 = $(shell if (test $(GhcCanonVersion) -ge 603); then echo YES; else echo NO; fi) endif endif