diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk
index 449e365070b39ce57946c883f77276562cd45451..b2ea4bf469f82e73a32f1ba068e26b3cf48c2a5c 100644
--- a/ghc/mk/config.mk
+++ b/ghc/mk/config.mk
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.7 2000/04/07 13:34:03 simonmar Exp $
+# $Id: config.mk,v 1.8 2000/07/18 17:09:02 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -12,7 +12,7 @@ GhcMainDir = ghc
 GhcBinDistDirs = ghc hslibs
 GhcBinDistDocs = docs ghc/docs/set
 GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
-GhcBinDistLibPrlScripts = hscpp mkdependHS
+GhcBinDistLibPrlScripts = mkdependHS
 GhcBinDistBins = hp2ps
 
 include $(GhcMainDir)/mk/version.mk