[project @ 2002-11-14 17:01:17 by simonmar]
authorsimonmar <unknown>
Thu, 14 Nov 2002 17:01:17 +0000 (17:01 +0000)
committersimonmar <unknown>
Thu, 14 Nov 2002 17:01:17 +0000 (17:01 +0000)
wibble

ghc/compiler/Makefile

index c8ab927..766ded7 100644 (file)
@@ -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)