X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Funlit%2Fghc.mk;h=f46c3b32adb1c7f8617e4d413527d2e8bcf6512d;hb=59b01a2fb6cd6a9af37f5fd6775f574bc53af02a;hp=458092543df1990cef9c28cfb2a53adf8a47b072;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/utils/unlit/ghc.mk b/utils/unlit/ghc.mk index 4580925..f46c3b3 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_TOPDIR = YES utils/unlit_dist_INSTALL = YES -ifneq "$(BINDIST)" "YES" $(eval $(call build-prog,utils/unlit,dist,0)) -endif