X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2FMakefile;h=43e40a4eb6b08ea87e731ae573b562d44afddfd4;hb=5c9f239daf46aaa73e12c8b948659fa5cd7e77fb;hp=f824e3acefcf1ed0f434aa93f65e9a70f2e816c4;hpb=f7478aee130646e7ddc0e857d3462a60b6a46947;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index f824e3a..43e40a4 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)