X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=6e0dd5d30867db2eee9c0552d29db966a03cd6f4;hb=4c9154facefe185dcbb99e2bb1cfe118f02f8bd3;hp=37e2a1db5f1718b31801533bea674b011ae43918;hpb=d8ee31a38b280e69c0b19e19992fc1df9c84c08c;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index 37e2a1d..6e0dd5d 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -1,7 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (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 +# +# ----------------------------------------------------------------------------- -TOP=../.. -include $(TOP)/mk/boilerplate.mk -include $(TOP)/mk/cabal.mk - -# XXX Need to make runhaskell somehow - +dir = utils/runghc +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk