From 1c52a20964c9ff9a7938f8f3e7fefafdd1199285 Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 15 Mar 1999 13:25:04 +0000 Subject: [PATCH] [project @ 1999-03-15 13:25:04 by simonm] Move mkdependHS to lib. --- ghc/mk/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4