From 41ea53bfeccbb2fd33e5408f1dde47b0770d30e2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 17 Aug 2008 14:00:05 +0000 Subject: [PATCH] We need to give make some more clues Otherwise it can't work out how to make in ghc/ any more. --- ghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$* \ -- 1.7.10.4