X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fboilerplate.mk;h=8d7b09ff2bb9ffeb92affa2050c08cc912631e8f;hb=61ccfec175e1f51b2c89559faf91d9bee0b3b601;hp=c1b736ad20a0b9427258ef0bbfefaa8fab70b6d7;hpb=0fa64bb9f9c587021529c64e28396ae08398555b;p=ghc-hetmet.git diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index c1b736a..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,11 +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 - -# ----------------------------------------------------------------- -# Override $(libexecdir): we like our binaries in a subdirectory -# of $(libdir). - -libexecdir := $(libdir)/bin