diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-11 12:31:35 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-11 12:31:35 +0000 |
commit | a2797404fc2783552544a38a3e38e16b4dce29a5 (patch) | |
tree | 1bb24a1f52f81138f75850f77264713be72c81d3 /ghc/ghc.mk | |
parent | fcf5e6563cdbaddc0816b5fb65ebc16fd55fcb6b (diff) | |
download | haskell-a2797404fc2783552544a38a3e38e16b4dce29a5.tar.gz |
Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index a17a47e547..46b2df5d57 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -50,7 +50,6 @@ ghc_stage2_PROG = ghc-stage2$(exeext) ghc_stage3_PROG = ghc-stage3$(exeext) # ToDo: perhaps use ghc-cabal to configure ghc-bin -ghc_stage1_USE_BOOT_LIBS = YES ghc_stage1_HC_OPTS += -package $(compiler_PACKAGE)-$(compiler_stage1_VERSION) ghc_stage2_HC_OPTS += -package $(compiler_PACKAGE)-$(compiler_stage2_VERSION) ghc_stage3_HC_OPTS += -package $(compiler_PACKAGE)-$(compiler_stage3_VERSION) |