X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2Fmk%2Fboilerplate.mk;h=3f15f8d2976795f9770e47ab56bf7b56fa82dd6e;hb=9da4639011348fb6c318e3cba4b08622f811d9c4;hp=a9c22bcf743d3ce02bcfbf359f190bc42cacfd75;hpb=8c56903f4884d9597e04868e1a67513e63dc89c0;p=ghc-hetmet.git diff --git a/libraries/mk/boilerplate.mk b/libraries/mk/boilerplate.mk index a9c22bc..3f15f8d 100644 --- a/libraries/mk/boilerplate.mk +++ b/libraries/mk/boilerplate.mk @@ -1,6 +1,3 @@ -# ----------------------------------------------------------------------------- -# $Id: boilerplate.mk,v 1.1 2001/07/31 16:40:34 simonmar Exp $ - # Begin by slurping in the boilerplate from one level up. # Remember, TOP is the top level of the innermost level # (FPTOOLS_TOP is the fptools top) @@ -11,12 +8,6 @@ LIBRARIES_TOP := $(TOP) TOP:=$(TOP)/.. -# Also set GHC_TOP here, because we need to get at bits of GHC's config -GHC_TOP := $(TOP)/ghc - -# Pull in GHC's version & project info --include $(GHC_TOP)/mk/version.mk - # Pull in the fptools boilerplate include $(TOP)/mk/boilerplate.mk @@ -27,8 +18,6 @@ TOP:=$(LIBRARIES_TOP) # Everything after this point # augments or overrides previously set variables. --include $(GHC_TOP)/mk/paths.mk - -include $(TOP)/mk/paths.mk -include $(TOP)/mk/opts.mk -include $(TOP)/mk/suffix.mk