diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-16 01:57:14 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-16 01:57:14 +0000 |
commit | 421b8ced54df55bfe4cf92121dd28e27bcf565ed (patch) | |
tree | 9c6686768b2cb7e4653e8ad24d53961af6cb52ed /rules | |
parent | faf68bb2378cfaa9f72d69be8687e7bb7ee8b07c (diff) | |
download | haskell-421b8ced54df55bfe4cf92121dd28e27bcf565ed.tar.gz |
We can now pass -include-pkg-deps to the bootstrapping compiler
Diffstat (limited to 'rules')
-rw-r--r-- | rules/build-dependencies.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/build-dependencies.mk b/rules/build-dependencies.mk index a862d41a24..5cc91dc582 100644 --- a/rules/build-dependencies.mk +++ b/rules/build-dependencies.mk @@ -22,9 +22,7 @@ $1_$2_depfile_c_asm = $$($1_$2_depfile_base).c_asm $1_$2_C_FILES_DEPS = $$(filter-out $$($1_$2_C_FILES_NODEPS),$$($1_$2_C_FILES)) $1_$2_MKDEPENDHS_FLAGS = -dep-makefile $$($1_$2_depfile_haskell).tmp $$(foreach way,$$(filter-out v,$$($1_$2_WAYS)),-dep-suffix $$(way)) -ifneq "$3" "0" $1_$2_MKDEPENDHS_FLAGS += -include-pkg-deps -endif ifneq "$$($1_$2_NO_BUILD_DEPS)" "YES" |