From: simonmar Date: Thu, 14 Nov 2002 17:01:17 +0000 (+0000) Subject: [project @ 2002-11-14 17:01:17 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1449 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3f06193b368bb7c66a569a5194f9f5716c76ebd6 [project @ 2002-11-14 17:01:17 by simonmar] wibble --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index c8ab927..766ded7 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -113,13 +113,13 @@ ifeq "$(stage)" "3" HC=$(GHC_STAGE2) endif -stage1 : +stage1 :: $(MAKE) stage=1 -stage2 : +stage2 :: $(MAKE) stage=2 -stage3 : +stage3 :: $(MAKE) stage=3 odir=stage$(stage)