diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-03 18:49:23 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-03 19:56:49 +0000 |
commit | 1da6975add0b333027f2b643933a4b60f0f66095 (patch) | |
tree | b0fb41e1be3d37acec65c2920e7555df804817d8 /mk/tree.mk | |
parent | 5d0801dac3503c242e874eb6334245943b2e7908 (diff) | |
download | haskell-1da6975add0b333027f2b643933a4b60f0f66095.tar.gz |
Define $(prog)_INPLACE variables automatically, and start using them
Diffstat (limited to 'mk/tree.mk')
-rw-r--r-- | mk/tree.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/tree.mk b/mk/tree.mk index 1ae45ed2cf..9c2e3daa4e 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -20,8 +20,6 @@ GHC_INCLUDE_DIRS = includes includes/dist includes/dist-derivedconstants/ GHC_RTS_DIR = rts GHC_DRIVER_DIR = driver -GHC_CABAL_DIR = $(GHC_UTILS_DIR)/ghc-cabal - INPLACE = inplace INPLACE_BIN = $(INPLACE)/bin INPLACE_LIB = $(INPLACE)/lib |