diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-03 21:36:13 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-03 21:36:13 +0000 |
commit | 8275817fa739644d332aea3871802905d45bfa63 (patch) | |
tree | 159280061093812e40dc41463b83c5f317945498 /Makefile | |
parent | 6ba3d614390f83c32e97593c4ae03a6b0355f474 (diff) | |
download | haskell-8275817fa739644d332aea3871802905d45bfa63.tar.gz |
Build dph with the stage2 compiler
It will use TH, so needs to be built with stage2.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ stage2 : check-all $(MAKE) -C compiler stage=2 boot $(MAKE) -C compiler stage=2 $(MAKE) -C utils with-stage-2 + $(MAKE) -C libraries stage=2 all ifeq "$(HADDOCK_DOCS)" "YES" $(MAKE) -C libraries doc $(MAKE) -C compiler doc stage=2 |