summaryrefslogtreecommitdiff
path: root/rules/build-package-data.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 12:41:22 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 13:02:02 +0100
commitdb14f97eb063642d4e7104fef1fa322f7b00c8bc (patch)
tree9050f4e22733af739f143957f3c0c476555dce34 /rules/build-package-data.mk
parent54d7902002e2d36305087c0cf2234d890a93e833 (diff)
downloadhaskell-db14f97eb063642d4e7104fef1fa322f7b00c8bc.tar.gz
Some build system refactoring
Diffstat (limited to 'rules/build-package-data.mk')
-rw-r--r--rules/build-package-data.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk
index cf67baf33c..6582d18ab5 100644
--- a/rules/build-package-data.mk
+++ b/rules/build-package-data.mk
@@ -98,7 +98,7 @@ $1/$2/build/autogen/cabal_macros.h : $1/$2/package-data.mk
# This rule configures the package, generates the package-data.mk file
# for our build system, and registers the package for use in-place in
# the build tree.
-$1/$2/package-data.mk : $$$$(ghc-cabal_INPLACE) $$($1_$2_GHC_PKG_DEP) $1/$$($1_PACKAGE).cabal $$(wildcard $1/configure) $$(LAX_DEPS_FOLLOW) $$($1_$2_HC_CONFIG_DEP)
+$1/$2/package-data.mk : $$$$(ghc-cabal_INPLACE) $$($1_$2_GHC_PKG_DEP) $1/$$($1_PACKAGE).cabal $$(wildcard $1/configure) $$(LAX_DEPS_FOLLOW) $$$$($1_$2_HC_CONFIG_DEP)
# Checking packages built with the bootstrapping compiler would
# generally be a waste of time. Either we will rebuild them with
# stage1/stage2, or we don't really care about them.