X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fboilerplate.mk;h=8d7b09ff2bb9ffeb92affa2050c08cc912631e8f;hb=b734be7a047ce659cf3bc341bcdbf084bc51a3c7;hp=cd11165b2656dd159dcc4eb2e834ad17e09536be;hpb=e3b8ed25d2205a9372c047afeb043468649681cb;p=ghc-hetmet.git diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index cd11165..8d7b09f 100644 --- a/ghc/mk/boilerplate.mk +++ b/ghc/mk/boilerplate.mk @@ -10,6 +10,8 @@ # Remember, TOP is the top level of the innermost level # (FPTOOLS_TOP is the fptools top) +-include $(TOP)/mk/version.mk + # We need to set TOP to be the TOP that the next level up expects! # The TOP variable is reset after the inclusion of the fptools # boilerplate, so we stash TOP away first: @@ -28,6 +30,4 @@ TOP:=$(GHC_TOP) -include $(TOP)/mk/paths.mk -include $(TOP)/mk/opts.mk --include $(TOP)/mk/version.mk -include $(TOP)/mk/suffix.mk - +-include $(TOP)/mk/suffix.mk