diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-17 14:00:05 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-17 14:00:05 +0000 |
commit | 41ea53bfeccbb2fd33e5408f1dde47b0770d30e2 (patch) | |
tree | 9a2736321ca4edcee7e2757f1e55e8eab26fdfd2 /ghc/Makefile | |
parent | 6594f91c25da7d5becc90d73adfdabf922cc67da (diff) | |
download | haskell-41ea53bfeccbb2fd33e5408f1dde47b0770d30e2.tar.gz |
We need to give make some more clues
Otherwise it can't work out how to make in ghc/ any more.
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index 9d5ded7c99..3c215a3840 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$* \ |