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

Call the final build system phase "final" rather than ""

parent 9ee7bce4
Branches wip/ghactions
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
ifeq "$(phase)" "" ifeq "$(phase)" "final"
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