diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -943,7 +943,7 @@ endif | |||
943 | ifdef CONFIG_LOCALVERSION_AUTO | 943 | ifdef CONFIG_LOCALVERSION_AUTO |
944 | localver-extra = $(scm-identifier) | 944 | localver-extra = $(scm-identifier) |
945 | else | 945 | else |
946 | ifneq ($scm-identifier,) | 946 | ifneq ($(scm-identifier),) |
947 | ifeq ($(LOCALVERSION),) | 947 | ifeq ($(LOCALVERSION),) |
948 | localver-extra = + | 948 | localver-extra = + |
949 | endif | 949 | endif |