X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Funlit%2Fghc.mk;h=709291e2416ff8c6cc4fc85ab621fa73edb3a042;hb=20633c5b582a2cd2b4cf8e2788e8bf7b536ba4e5;hp=458092543df1990cef9c28cfb2a53adf8a47b072;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/utils/unlit/ghc.mk b/utils/unlit/ghc.mk index 4580925..709291e 100644 --- a/utils/unlit/ghc.mk +++ b/utils/unlit/ghc.mk @@ -1,9 +1,19 @@ +# ----------------------------------------------------------------------------- +# +# (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 +# +# ----------------------------------------------------------------------------- + utils/unlit_dist_C_SRCS = unlit.c utils/unlit_dist_PROG = $(GHC_UNLIT_PGM) utils/unlit_dist_LIBEXEC = YES utils/unlit_dist_INSTALL = YES -ifneq "$(BINDIST)" "YES" $(eval $(call build-prog,utils/unlit,dist,0)) -endif