From 5c9f239daf46aaa73e12c8b948659fa5cd7e77fb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 18 Jul 2008 18:47:06 +0000 Subject: Build system tweaks --- ghc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ghc') 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) -- cgit v1.2.1