[project @ 2005-04-21 09:25:40 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk.in
index c11aae1..ea3e883 100644 (file)
@@ -18,8 +18,9 @@ GhcBinDistShScripts =
 endif
 
 GhcBinDistPrlScripts = 
-GhcBinDistLibPrlScripts = ghc-asm ghc-split
-GhcBinDistBins = hp2ps ghcprof
+GhcBinDistLibPrlScripts = ghc-asm ghc-split ghcprof
+GhcBinDistBins = hp2ps runghc
+GhcBinDistOptBins = runhaskell
 GhcBinDistLinks = ghc ghci ghc-pkg
 GhcBinDistLibSplicedFiles = package.conf
 
@@ -60,4 +61,4 @@ ghc_ge_504 = $(shell if (test $(GhcCanonVersion) -ge 504); then echo YES; else e
 ghc_ge_601 = $(shell if (test $(GhcCanonVersion) -ge 601); 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
\ No newline at end of file
+endif