From: Ian Lynagh Date: Sun, 16 Jan 2011 01:57:14 +0000 (+0000) Subject: We can now pass -include-pkg-deps to the bootstrapping compiler X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=421b8ced54df55bfe4cf92121dd28e27bcf565ed We can now pass -include-pkg-deps to the bootstrapping compiler --- diff --git a/rules/build-dependencies.mk b/rules/build-dependencies.mk index a862d41..5cc91dc 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"