From 3f06193b368bb7c66a569a5194f9f5716c76ebd6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 14 Nov 2002 17:01:17 +0000 Subject: [PATCH] [project @ 2002-11-14 17:01:17 by simonmar] wibble --- ghc/compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4