summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index f824e3acef..43e40a4eb6 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -68,7 +68,8 @@ boot.stage.%:
$(CABAL) configure --distpref dist-stage$* \
$(INSTALL_DIRS_CONFIGURE_FLAGS) \
$(CONFIGURE_FLAGS_STAGE$*) \
- $(COMMON_CONFIGURE_FLAGS)
+ $(COMMON_CONFIGURE_FLAGS) \
+ --datasubdir=. \
build.stage.%:
$(CABAL) build --distpref dist-stage$* $(BUILD_FLAGS)