X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fboilerplate.mk;h=8d7b09ff2bb9ffeb92affa2050c08cc912631e8f;hb=12a5d42572bca07acb52704de590f476d75fcd58;hp=9c55c3bf24999e5ec37071aabac7bcb6814e94e8;hpb=b8829277b469221f0b5e6ae49f309ed845666732;p=ghc-hetmet.git diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index 9c55c3b..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,5 +30,4 @@ TOP:=$(GHC_TOP) -include $(TOP)/mk/paths.mk -include $(TOP)/mk/opts.mk -include $(TOP)/mk/suffix.mk - +-include $(TOP)/mk/suffix.mk