Skip to content
Snippets Groups Projects
Commit 67397b07 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add GmpDerivedConstants.h dependencies for all ways, not just vanilla

parent db71ecda
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,12 @@ HaveFrameworkGMP = NO ...@@ -45,8 +45,12 @@ HaveFrameworkGMP = NO
endif endif
endif endif
$(libraries/integer-gmp_dist-install_v_CMM_OBJS): libraries/integer-gmp/cbits/GmpDerivedConstants.h define GmpDerivedConstants-dependencies # args: $1 = way
$(libraries/integer-gmp_dist-install_v_C_OBJS): libraries/integer-gmp/cbits/GmpDerivedConstants.h $$(libraries/integer-gmp_dist-install_$1_CMM_OBJS): libraries/integer-gmp/cbits/GmpDerivedConstants.h
$$(libraries/integer-gmp_dist-install_$1_C_OBJS): libraries/integer-gmp/cbits/GmpDerivedConstants.h
endef
$(foreach w,$(GhcLibWays),$(eval $(call GmpDerivedConstants-dependencies,$w)))
ifneq "$(HaveLibGmp)" "YES" ifneq "$(HaveLibGmp)" "YES"
ifneq "$(HaveFrameworkGMP)" "YES" ifneq "$(HaveFrameworkGMP)" "YES"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment