From d400dbb7a32088eb87926c7871692b04f010d5e4 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 20 Aug 1998 15:43:39 +0000
Subject: [PATCH] [project @ 1998-08-20 15:43:39 by sof] Make version.mk
 include path fptools absolute (sigh)

---
 ghc/mk/config.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk
index dbc0af6f1634..899df12bf21b 100644
--- a/ghc/mk/config.mk
+++ b/ghc/mk/config.mk
@@ -1,7 +1,9 @@
 #
 # GHC project configuration
 #
-#  
+# This file can only be included from the top of
+# an fptools/ build tree, since the version.mk 'include'
+# reaches in and grabs the project-specific settings.
 
 # what to include in a binary distribution
 GhcMainDir = ghc
@@ -11,4 +13,4 @@ GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid hstags mkdependHS
 GhcBinDistLibPrlScripts = hscpp
 GhcBinDistBins = hp2ps
 
-include version.mk
+include $(GhcMainDir)/mk/version.mk
-- 
GitLab