diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-02 01:26:22 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-02 01:26:22 +0000 |
commit | fc461c3bd887444e437ad138ffd46e7c303d0bec (patch) | |
tree | 0bbd1658195549ae0cbba4d08b879c375a2d837d /mk/tree.mk | |
parent | 192d401b34bb8fc17b1a0716b8d2f9d2323225d7 (diff) | |
download | haskell-fc461c3bd887444e437ad138ffd46e7c303d0bec.tar.gz |
Remove some more unused build system variables
Diffstat (limited to 'mk/tree.mk')
-rw-r--r-- | mk/tree.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/tree.mk b/mk/tree.mk index 402f259329..1ae45ed2cf 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -21,7 +21,6 @@ GHC_RTS_DIR = rts GHC_DRIVER_DIR = driver GHC_CABAL_DIR = $(GHC_UTILS_DIR)/ghc-cabal -GHC_SYSMAN_DIR = $(GHC_RTS_DIR)/parallel INPLACE = inplace INPLACE_BIN = $(INPLACE)/bin |