From 9fc1b8f32d66e7abf2bed504fb59461f37a77169 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 8 Jan 2011 14:40:49 +0000 Subject: [PATCH] Add utils/ghc-cabal/Makefile --- utils/ghc-cabal/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 utils/ghc-cabal/Makefile diff --git a/utils/ghc-cabal/Makefile b/utils/ghc-cabal/Makefile new file mode 100644 index 0000000..baef819 --- /dev/null +++ b/utils/ghc-cabal/Makefile @@ -0,0 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2011 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-cabal +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk -- 1.7.10.4