summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-02 01:20:14 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-02 01:20:14 +0000
commit61861a46d094322af0ed7a1419987964f2930819 (patch)
tree25486a634e0ae77f6915ca3c1a2ce1f5ba22fefe /ghc.mk
parent2ede632e20450baef41241e8cbf5d18db4db8f4e (diff)
downloadhaskell-61861a46d094322af0ed7a1419987964f2930819.tar.gz
Remove some single-use build system variables
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/ghc.mk b/ghc.mk
index 91ddbe3824..9a816eca14 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -587,24 +587,24 @@ endif
# variables defined by their dependencies
ifneq "$(BINDIST)" "YES"
-BUILD_DIRS += $(GHC_MKDIRHIER_DIR)
+BUILD_DIRS += utils/mkdirhier
endif
ifeq "$(Windows_Host)" "YES"
-BUILD_DIRS += $(GHC_TOUCHY_DIR)
+BUILD_DIRS += utils/touchy
endif
BUILD_DIRS += docs/users_guide
BUILD_DIRS += docs/man
BUILD_DIRS += $(GHC_UNLIT_DIR)
-BUILD_DIRS += $(GHC_HP2PS_DIR)
+BUILD_DIRS += utils/hp2ps
ifneq "$(GhcUnregisterised)" "YES"
BUILD_DIRS += $(GHC_SPLIT_DIR)
endif
ifneq "$(BINDIST)" "YES"
-BUILD_DIRS += $(GHC_GENPRIMOP_DIR)
+BUILD_DIRS += utils/genprimopcode
endif
BUILD_DIRS += driver
@@ -617,7 +617,7 @@ BUILD_DIRS += rts
ifneq "$(BINDIST)" "YES"
BUILD_DIRS += bindisttest
-BUILD_DIRS += $(GHC_GENAPPLY_DIR)
+BUILD_DIRS += utils/genapply
endif
ifneq "$(CLEANING)" "YES"
@@ -644,8 +644,8 @@ endif
BUILD_DIRS += utils/haddock
BUILD_DIRS += utils/haddock/doc
BUILD_DIRS += compiler
-BUILD_DIRS += $(GHC_HSC2HS_DIR)
-BUILD_DIRS += $(GHC_PKG_DIR)
+BUILD_DIRS += utils/hsc2hs
+BUILD_DIRS += utils/ghc-pkg
BUILD_DIRS += utils/deriveConstants
BUILD_DIRS += utils/testremove
BUILD_DIRS += $(MAYBE_GHCTAGS)