diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-16 01:59:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-16 01:59:43 +0000 |
commit | ac77a1eba3a7673241f371ce4aa6bf56323383bc (patch) | |
tree | 7b335337ce8909509ef12a8394080986516d20f8 /Makefile | |
parent | 421b8ced54df55bfe4cf92121dd28e27bcf565ed (diff) | |
download | haskell-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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 $@ |