[project @ 2001-03-29 10:44:29 by simonmar]
authorsimonmar <unknown>
Thu, 29 Mar 2001 10:44:29 +0000 (10:44 +0000)
committersimonmar <unknown>
Thu, 29 Mar 2001 10:44:29 +0000 (10:44 +0000)
update for GHC 5.00

ghc/mk/config.mk

index cbf1721..3c034a3 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.13 2001/03/26 16:56:55 simonmar Exp $
+# $Id: config.mk,v 1.14 2001/03/29 10:44:29 simonmar Exp $
 #
 # GHC project configuration
 #
 GhcMainDir = ghc
 GhcBinDistDirs = ghc hslibs
 GhcBinDistDocs = ghc/docs/set
-GhcBinDistShScripts = ghc ghci
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
 GhcBinDistPrlScripts = 
 GhcBinDistLibPrlScripts = ghc-asm ghc-split
-GhcBinDistBins = hp2ps
+GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
+GhcBinDistLinks = ghc ghci ghci-pkg
 
 include $(GhcMainDir)/mk/version.mk