[project @ 1999-02-23 17:20:34 by sof]
[ghc-hetmet.git] / 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