[project @ 1998-08-20 15:43:39 by sof]
authorsof <unknown>
Thu, 20 Aug 1998 15:43:39 +0000 (15:43 +0000)
committersof <unknown>
Thu, 20 Aug 1998 15:43:39 +0000 (15:43 +0000)
Make version.mk include path fptools absolute (sigh)

ghc/mk/config.mk

index dbc0af6..899df12 100644 (file)
@@ -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