From c59c053f0b8613dd128297ee0b6eef31f001c498 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 28 Apr 2009 08:52:33 +0000 Subject: Add a header to all build system files: # ----------------------------------------------------------------------------- # # (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/ghc-pkg/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'utils/ghc-pkg/Makefile') diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index c45176561c..3c96a137cd 100644 --- a/utils/ghc-pkg/Makefile +++ b/utils/ghc-pkg/Makefile @@ -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 +# +# ----------------------------------------------------------------------------- + dir = utils/ghc-pkg TOP = ../.. include $(TOP)/mk/sub-makefile.mk -- cgit v1.2.1