[project @ 2000-10-31 12:07:43 by simonpj]
[ghc-hetmet.git] / ghc / mk / config.mk
index b2ea4bf..0241126 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.8 2000/07/18 17:09:02 simonmar Exp $
+# $Id: config.mk,v 1.10 2000/09/05 09:40:08 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -10,9 +10,9 @@
 # what to include in a binary distribution
 GhcMainDir = ghc
 GhcBinDistDirs = ghc hslibs
-GhcBinDistDocs = docs ghc/docs/set
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
-GhcBinDistLibPrlScripts = mkdependHS
+GhcBinDistDocs = ghc/docs/set
+GhcBinDistPrlScripts = ghc-$(ProjectVersion)
+GhcBinDistLibPrlScripts = ghc-asm ghc-split ghc-stats
 GhcBinDistBins = hp2ps
 
 include $(GhcMainDir)/mk/version.mk