diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-01 23:45:30 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-02 00:04:07 +0000 |
commit | 116e5d2c617e7b48b65d9b28ceb7241fd4a258a6 (patch) | |
tree | 0d7c3d170aac4710a0b6f09d077afc50aa0a1d32 /mk/tree.mk | |
parent | 6bd4017cbecb6eee2d07aadd5e5c85c5f21f9a65 (diff) | |
download | haskell-116e5d2c617e7b48b65d9b28ceb7241fd4a258a6.tar.gz |
Remove some more unused build system 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 f23783d512..4e67aa35f3 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_LTX_DIR = $(GHC_UTILS_DIR)/ltx -GHC_LNDIR_DIR = $(GHC_UTILS_DIR)/lndir GHC_MKDIRHIER_DIR = $(GHC_UTILS_DIR)/mkdirhier GHC_UNLIT_DIR = $(GHC_UTILS_DIR)/unlit GHC_HP2PS_DIR = $(GHC_UTILS_DIR)/hp2ps |