[project @ 1999-03-15 13:25:04 by simonm]
authorsimonm <unknown>
Mon, 15 Mar 1999 13:25:04 +0000 (13:25 +0000)
committersimonm <unknown>
Mon, 15 Mar 1999 13:25:04 +0000 (13:25 +0000)
Move mkdependHS to lib.

ghc/mk/config.mk

index 899df12..25519bf 100644 (file)
@@ -9,8 +9,8 @@
 GhcMainDir = ghc
 GhcBinDistDirs = ghc
 GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid hstags mkdependHS
-GhcBinDistLibPrlScripts = hscpp
+GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid hstags
+GhcBinDistLibPrlScripts = hscpp mkdependHS
 GhcBinDistBins = hp2ps
 
 include $(GhcMainDir)/mk/version.mk