From: Ian Lynagh Date: Sun, 17 Aug 2008 14:00:05 +0000 (+0000) Subject: We need to give make some more clues X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=41ea53bfeccbb2fd33e5408f1dde47b0770d30e2;hp=6594f91c25da7d5becc90d73adfdabf922cc67da We need to give make some more clues Otherwise it can't work out how to make in ghc/ any more. --- diff --git a/ghc/Makefile b/ghc/Makefile index 9d5ded7..3c215a3 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -89,7 +89,7 @@ TOUCH_MAIN = $(RM) dist-stage1/build/ghc/ghc-tmp/Main.o endif endif -dist-stage%: boot.stage.% +dist-stage1 dist-stage2 dist-stage3: dist-stage%: boot.stage.% boot.stage.%: $(CABAL) configure --distpref dist-stage$* \