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

Correct the gmp build phase

parent c7a41689
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ clean_gmp:
"$(RM)" $(RM_OPTS_REC) libraries/integer-gmp/gmp/gmpbuild
endif
ifneq "$(phase)" "0"
ifeq "$(phase_3_done)" "YES"
ifeq "$(findstring clean,$(MAKECMDGOALS))" ""
include libraries/integer-gmp/gmp/config.mk
......
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