X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Fcabal.mk;h=f8d2b7b091c729ac876340607795dd8e685c1984;hp=5e0de0d94dd173cdd223fe29e698e8914e6a0d74;hb=5c9f239daf46aaa73e12c8b948659fa5cd7e77fb;hpb=f7478aee130646e7ddc0e857d3462a60b6a46947 diff --git a/mk/cabal.mk b/mk/cabal.mk index 5e0de0d..f8d2b7b 100644 --- a/mk/cabal.mk +++ b/mk/cabal.mk @@ -20,10 +20,11 @@ endif default all: with-bootstrapping-compiler with-bootstrapping-compiler: - $(CABAL) configure --distpref dist-inplace \ - $(INPLACE_DIRS_CONFIGURE_FLAGS) \ - $(USE_BOOT_CONFIGURE_FLAGS) \ - $(COMMON_CONFIGURE_FLAGS) + $(CABAL) configure --distpref dist-inplace \ + $(INPLACE_DIRS_CONFIGURE_FLAGS) \ + $(USE_BOOT_CONFIGURE_FLAGS) \ + $(COMMON_CONFIGURE_FLAGS) \ + $(EXTRA_INPLACE_CONFIGURE_FLAGS) $(CABAL) build --distpref dist-inplace $(BUILD_FLAGS) $(CABAL) install --distpref dist-inplace $(INSTALL_FLAGS) @@ -31,7 +32,8 @@ with-stage-1: $(CABAL) configure --distpref dist-install \ $(INSTALL_DIRS_CONFIGURE_FLAGS) \ $(USE_STAGE1_CONFIGURE_FLAGS) \ - $(COMMON_CONFIGURE_FLAGS) + $(COMMON_CONFIGURE_FLAGS) \ + $(EXTRA_STAGE1_CONFIGURE_FLAGS) $(CABAL) build --distpref dist-install $(BUILD_FLAGS) install: