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 /rules/package-config.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 'rules/package-config.mk')
-rw-r--r-- | rules/package-config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/package-config.mk b/rules/package-config.mk index e1c563235e..726a4414ad 100644 --- a/rules/package-config.mk +++ b/rules/package-config.mk @@ -27,11 +27,9 @@ $1_$2_HC_MK_DEPEND = $$($1_$2_HC) # on cygwin we get a dep on c:/ghc/..., and make gets confused by the : $1_$2_HC_MK_DEPEND_DEP = $1_$2_HC_DEP = -ifeq "$$($1_$2_USE_BOOT_LIBS)" "YES" $1_$2_HC_PKGCONF = -package-conf $$(BOOTSTRAPPING_CONF) $1_$2_GHC_PKG_OPTS = --package-conf=$$(BOOTSTRAPPING_CONF) $1_$2_CONFIGURE_OPTS += --package-db=$$(TOP)/$$(BOOTSTRAPPING_CONF) -endif else $1_$2_ghc_ge_609 = YES $1_$2_HC_PKGCONF = |