Move the fixed paths out of config.mk, so cleaning works without configuring
[ghc-hetmet.git] / ghc.mk
diff --git a/ghc.mk b/ghc.mk
index b857e7b..3271dc4 100644 (file)
--- 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)" ""