[project @ 2000-07-18 17:09:02 by simonmar]
authorsimonmar <unknown>
Tue, 18 Jul 2000 17:09:02 +0000 (17:09 +0000)
committersimonmar <unknown>
Tue, 18 Jul 2000 17:09:02 +0000 (17:09 +0000)
remove hscpp

ghc/mk/config.mk

index 449e365..b2ea4bf 100644 (file)
@@ -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