X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=8d49d0f1cd4207807e5a23312bf714876e260340;hb=5775d5142da227d65fb86994d363eb16841ee642;hp=12cae7473e95ef6700c7eeaa702eaed8bdea5a9d;hpb=a3be88fd60cc63b97ec8509f46a8d93025760792;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 12cae74..8d49d0f 100644 --- a/Makefile +++ b/Makefile @@ -74,10 +74,6 @@ ifneq "$(OMIT_PHASE_3)" "YES" @echo "===--- building phase 3" $(MAKE) -r --no-print-directory -f ghc.mk phase=3 all endif -ifneq "$(OMIT_PHASE_4)" "YES" - @echo "===--- building phase 4" - $(MAKE) -r --no-print-directory -f ghc.mk phase=4 all -endif @echo "===--- building final phase" $(MAKE) -r --no-print-directory -f ghc.mk $@