diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-23 17:21:59 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-23 17:21:59 +0100 |
commit | 02c76a04093613960f8016fba07a8a6e59e7cd3b (patch) | |
tree | 80d69a4576a1da01d22422f3c81a27327c3e574d /rules/package-config.mk | |
parent | ca07d92837fc1e3ae9be67bb7d9e7f1b8035b00f (diff) | |
download | haskell-02c76a04093613960f8016fba07a8a6e59e7cd3b.tar.gz |
Make and use AR_STAGE[0123] makefile vars
Diffstat (limited to 'rules/package-config.mk')
-rw-r--r-- | rules/package-config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/package-config.mk b/rules/package-config.mk index 65df6bf235..dcfc26e47a 100644 --- a/rules/package-config.mk +++ b/rules/package-config.mk @@ -17,6 +17,7 @@ $(call profStart, package-config($1,$2,$3)) $1_$2_HC = $$(GHC_STAGE$3) $1_$2_CC = $$(CC_STAGE$3) +$1_$2_AR = $$(AR_STAGE$3) # configuration stuff that depends on which GHC we're building with ifeq "$3" "0" |