From: simonm Date: Mon, 15 Mar 1999 13:25:04 +0000 (+0000) Subject: [project @ 1999-03-15 13:25:04 by simonm] X-Git-Tag: Approximately_9120_patches~6393 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1c52a20964c9ff9a7938f8f3e7fefafdd1199285;p=ghc-hetmet.git [project @ 1999-03-15 13:25:04 by simonm] Move mkdependHS to lib. --- diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 899df12..25519bf 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -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