X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=8d49d0f1cd4207807e5a23312bf714876e260340;hp=12cae7473e95ef6700c7eeaa702eaed8bdea5a9d;hb=ac77a1eba3a7673241f371ce4aa6bf56323383bc;hpb=421b8ced54df55bfe4cf92121dd28e27bcf565ed 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 $@