X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fhasktags%2Fghc.mk;fp=utils%2Fhasktags%2Fghc.mk;h=96a924fe86d96f4f29d16303b87cbf9c17b3ba6e;hb=c59c053f0b8613dd128297ee0b6eef31f001c498;hp=38ed43422822905e2470644d806964c3de3354c1;hpb=762babe6ccf1c5f63e0b077e9abfdb0d86d4cc78;p=ghc-hetmet.git diff --git a/utils/hasktags/ghc.mk b/utils/hasktags/ghc.mk index 38ed434..96a924f 100644 --- a/utils/hasktags/ghc.mk +++ b/utils/hasktags/ghc.mk @@ -1,3 +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 +# +# ----------------------------------------------------------------------------- + utils/hasktags_dist_MODULES = Main utils/hasktags_dist_PROG = hasktags$(exeext) utils/hasktags_dist_INSTALL = YES