diff options
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -661,7 +661,11 @@ BUILD_DIRS += utils/dll-split BUILD_DIRS += utils/ghc-pwd BUILD_DIRS += utils/ghc-cabal BUILD_DIRS += utils/hpc +ifeq "$(GhcWithInterpreter)" "YES" BUILD_DIRS += utils/runghc +else ifeq "$(CLEANING)" "YES" +BUILD_DIRS += utils/runghc +endif BUILD_DIRS += ghc ifneq "$(BINDIST)" "YES" |