summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-16 01:59:43 +0000
committerIan Lynagh <igloo@earth.li>2011-01-16 01:59:43 +0000
commitac77a1eba3a7673241f371ce4aa6bf56323383bc (patch)
tree7b335337ce8909509ef12a8394080986516d20f8 /Makefile
parent421b8ced54df55bfe4cf92121dd28e27bcf565ed (diff)
downloadhaskell-ac77a1eba3a7673241f371ce4aa6bf56323383bc.tar.gz
Remove an unnecessary phase, and some unnecessary deps
now that cross-package deps are tracked correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 12cae7473e..8d49d0f1cd 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 $@