diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-03 20:20:06 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-03 20:20:06 +0000 |
commit | 480ad0369c51879060f56fe77003e10e4da6b141 (patch) | |
tree | d3e2d1a2405e07fdfa9babd6b7dc3c7c205685c4 /rules/package-config.mk | |
parent | 1da6975add0b333027f2b643933a4b60f0f66095 (diff) | |
download | haskell-480ad0369c51879060f56fe77003e10e4da6b141.tar.gz |
Use more of the automatically generated INPLACE variables
Diffstat (limited to 'rules/package-config.mk')
-rw-r--r-- | rules/package-config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/package-config.mk b/rules/package-config.mk index a49ab9862a..664769409c 100644 --- a/rules/package-config.mk +++ b/rules/package-config.mk @@ -43,8 +43,8 @@ else $1_$2_HC_PKGCONF = $1_$2_HC_CONFIG = $$(TOP)/$$(GHC_STAGE1) $1_$2_HC_CONFIG_DEP = $$(GHC_STAGE1) -$1_$2_GHC_PKG = $$(TOP)/$$(GHC_PKG_INPLACE) -$1_$2_GHC_PKG_DEP = $$(GHC_PKG_INPLACE) +$1_$2_GHC_PKG = $$(TOP)/$$(ghc-pkg_INPLACE) +$1_$2_GHC_PKG_DEP = $$$$(ghc-pkg_INPLACE) $1_$2_GHC_PKG_OPTS = # If stage is not 0 then we always use stage1 for making .depend, as later # stages aren't available early enough |