diff --git a/makefile b/makefile index 07da124..5d17a71 100644 --- a/makefile +++ b/makefile @@ -40,7 +40,7 @@ endif ifeq (,$(filter $(UNAMEA),ppc64le)) OS := ppc64le endif -ifneq (,$(findstring ppc64le, $(CC))) +ifeq (,$(findstring ppc64le, $(CC))) OS := ppc64le endif endif