We can now pass -include-pkg-deps to the bootstrapping compiler
authorIan Lynagh <igloo@earth.li>
Sun, 16 Jan 2011 01:57:14 +0000 (01:57 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 16 Jan 2011 01:57:14 +0000 (01:57 +0000)
rules/build-dependencies.mk

index a862d41..5cc91dc 100644 (file)
@@ -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"