summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-18 18:47:06 +0000
committerIan Lynagh <igloo@earth.li>2008-07-18 18:47:06 +0000
commit5c9f239daf46aaa73e12c8b948659fa5cd7e77fb (patch)
tree3f64491afb6cffc9be464b6d6c8b372a20da715e /ghc/Makefile
parentf7478aee130646e7ddc0e857d3462a60b6a46947 (diff)
downloadhaskell-5c9f239daf46aaa73e12c8b948659fa5cd7e77fb.tar.gz
Build system tweaks
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)