summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/ghc.mk b/ghc.mk
index b62151d8fc..a5afe14d2c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -553,6 +553,11 @@ BUILD_DIRS += \
$(GHC_MKDIRHIER_DIR)
endif
+ifeq "$(Windows)" "YES"
+BUILD_DIRS += \
+ $(GHC_TOUCHY_DIR)
+endif
+
BUILD_DIRS += \
docs/users_guide \
docs/ext-core \
@@ -609,10 +614,6 @@ BUILD_DIRS += \
utils/hpc \
utils/runghc \
ghc
-ifeq "$(Windows)" "YES"
-BUILD_DIRS += \
- $(GHC_TOUCHY_DIR)
-endif
ifneq "$(BINDIST)" "YES"
BUILD_DIRS += \