X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenprimopcode%2FMakefile;h=b4c3b5d3f8041327bfe6dfff1e895be60ab075dc;hb=d83c0339a26179567eed0a8d65d944008e3637b2;hp=ed011eb0c2b6c121811abe9bcd6104b3b1206d9f;hpb=2de31b61d0a963803eb5632c9659c6093d74f345;p=ghc-hetmet.git diff --git a/utils/genprimopcode/Makefile b/utils/genprimopcode/Makefile index ed011eb..b4c3b5d 100644 --- a/utils/genprimopcode/Makefile +++ b/utils/genprimopcode/Makefile @@ -1,10 +1,15 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -HS_PROG = genprimopcode - -binary-dist: - @: - -include $(TOP)/mk/target.mk - +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# To understand how the build system works and how to modify it, see +# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture +# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying +# +# ----------------------------------------------------------------------------- + +dir = utils/genprimopcode +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk