We need to give make some more clues
authorIan Lynagh <igloo@earth.li>
Sun, 17 Aug 2008 14:00:05 +0000 (14:00 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 17 Aug 2008 14:00:05 +0000 (14:00 +0000)
Otherwise it can't work out how to make in ghc/ any more.

ghc/Makefile

index 9d5ded7..3c215a3 100644 (file)
@@ -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$*         \