summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-16 12:12:48 +0000
committerIan Lynagh <igloo@earth.li>2009-05-16 12:12:48 +0000
commit6793a033e1ce41f77316675e8f7aa83196a9b211 (patch)
tree685f6403353d2f64dad69c38b4d1f81b0210cfe2 /ghc.mk
parent89296ce322b0e67c511841d50eab7977d80376cb (diff)
downloadhaskell-6793a033e1ce41f77316675e8f7aa83196a9b211.tar.gz
Move the fixed paths out of config.mk, so cleaning works without configuring
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index b857e7bae3..3271dc4350 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -134,6 +134,8 @@ show:
# -----------------------------------------------------------------------------
# Include subsidiary build-system bits
+include mk/tree.mk
+
ifeq "$(findstring clean,$(MAKECMDGOALS))" ""
include mk/config.mk
ifeq "$(ProjectVersion)" ""