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

Correct the gmp build phase

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