diff options
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$* \ |