diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-08 14:40:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-08 14:40:49 +0000 |
commit | 9fc1b8f32d66e7abf2bed504fb59461f37a77169 (patch) | |
tree | 4e124f93257f497590ab60b041e453896e4049a8 /utils/ghc-cabal/Makefile | |
parent | 5100993061f3c7ce3ac19005d88f8299bc54b797 (diff) | |
download | haskell-9fc1b8f32d66e7abf2bed504fb59461f37a77169.tar.gz |
Add utils/ghc-cabal/Makefile
Diffstat (limited to 'utils/ghc-cabal/Makefile')
-rw-r--r-- | utils/ghc-cabal/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/ghc-cabal/Makefile b/utils/ghc-cabal/Makefile new file mode 100644 index 0000000000..baef8193d0 --- /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 |