X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2Fmk%2Fboilerplate.mk;h=3f15f8d2976795f9770e47ab56bf7b56fa82dd6e;hp=a9c22bcf743d3ce02bcfbf359f190bc42cacfd75;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2 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