diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-02 01:25:21 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-02 01:25:21 +0000 |
commit | 192d401b34bb8fc17b1a0716b8d2f9d2323225d7 (patch) | |
tree | f31e9226fa07904d57abe534a8e2560ca38258f0 /mk/tree.mk | |
parent | 81ae7022d790a63e4c0b80f6993a39f4610d7653 (diff) | |
download | haskell-192d401b34bb8fc17b1a0716b8d2f9d2323225d7.tar.gz |
Remove a couple more single-use variables
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 d989da2398..402f259329 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -20,9 +20,7 @@ GHC_INCLUDE_DIRS = includes includes/dist includes/dist-derivedconstants/ GHC_RTS_DIR = rts GHC_DRIVER_DIR = driver -GHC_UNLIT_DIR = $(GHC_UTILS_DIR)/unlit GHC_CABAL_DIR = $(GHC_UTILS_DIR)/ghc-cabal -GHC_SPLIT_DIR = $(GHC_DRIVER_DIR)/split GHC_SYSMAN_DIR = $(GHC_RTS_DIR)/parallel INPLACE = inplace |