diff --git a/Makefile b/Makefile index b98943a466c55e33f54a0cfcd7c6e368d2d25e65..ea5f0bee193445db25811b7600813d3acb38a90a 100644 --- a/Makefile +++ b/Makefile @@ -943,7 +943,7 @@ endif ifdef CONFIG_LOCALVERSION_AUTO localver-extra = $(scm-identifier) else - ifneq ($scm-identifier,) + ifneq ($(scm-identifier),) ifeq ($(LOCALVERSION),) localver-extra = + endif