summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b98943a466c..ea5f0bee193 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