X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=glafp-utils%2Fmk%2Fboilerplate.mk;h=e85cfe99003402333a7ca58c74881151649bb49a;hb=dc813469cfae2d6ae2defe44bf014faf3ded2b32;hp=f2129e56acd25ce6667ca778b5030787c5f9f9e4;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/glafp-utils/mk/boilerplate.mk b/glafp-utils/mk/boilerplate.mk index f2129e5..e85cfe9 100644 --- a/glafp-utils/mk/boilerplate.mk +++ b/glafp-utils/mk/boilerplate.mk @@ -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.