[project @ 2003-06-27 21:17:24 by simonpj]
[ghc-hetmet.git] / glafp-utils / mk / boilerplate.mk
index f2129e5..e85cfe9 100644 (file)
@@ -1,10 +1,10 @@
-#################################################################################
+################################################################################
 #
 #                          GHC boilerplate.mk
 #
 #              Boilerplate Makefile for an fptools project
 #
-#################################################################################
+################################################################################
 
 # Begin by slurping in the boilerplate from one level up.
 # Remember, TOP is the top level of the innermost level
@@ -16,6 +16,8 @@ TOP:=$(GLAFP_UTILS_TOP)/..
 
 include $(TOP)/mk/boilerplate.mk
 
+TOP:=$(GLAFP_UTILS_TOP)
+
 # -----------------------------------------------------------------
 # Everything after this point
 # augments or overrides previously set variables.