remove empty dir
[ghc-hetmet.git] / glafp-utils / mk / boilerplate.mk
index f2129e5..e645586 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.
@@ -24,7 +26,6 @@ include $(TOP)/mk/boilerplate.mk
 # -----------------------------------------------------------------
 
 #Not currently used: -include $(GLAFP_UTILS_TOP)/mk/paths.mk
--include $(GLAFP_UTILS_TOP)/mk/opts.mk
 #Not currently used: -include $(GLAFP_UTILS_TOP)/mk/suffix.mk
 
 # No ways, please