X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenprimopcode%2FMakefile;h=b4c3b5d3f8041327bfe6dfff1e895be60ab075dc;hb=c59c053f0b8613dd128297ee0b6eef31f001c498;hp=20c409a422e646886f490c35fbf9015be3bade9a;hpb=03ffa2bfa6c31dc6bcdcacecc2bdb3bbabd800a9;p=ghc-hetmet.git diff --git a/utils/genprimopcode/Makefile b/utils/genprimopcode/Makefile index 20c409a..b4c3b5d 100644 --- a/utils/genprimopcode/Makefile +++ b/utils/genprimopcode/Makefile @@ -1,7 +1,15 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -HS_PROG = genprimopcode - -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