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