X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FMakefile;h=15fa685e020413e691e030ff55597a4f45c46d20;hp=0497a7444215d5be28d7b986e1cea18ebc1f26b9;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b diff --git a/rts/Makefile b/rts/Makefile index 0497a74..15fa685 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -1,4 +1,17 @@ +# ----------------------------------------------------------------------------- +# +# (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 = rts TOP = .. include $(TOP)/mk/sub-makefile.mk +FAST_MAKE_OPTS += stage=none