summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/coreconf/arch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/arch.mk b/security/coreconf/arch.mk
index b854a43e5..9d27f4c17 100644
--- a/security/coreconf/arch.mk
+++ b/security/coreconf/arch.mk
@@ -211,7 +211,7 @@ ifeq ($(OS_ARCH), Windows_NT)
ifeq ($(OS_MINOR_RELEASE),00)
OS_MINOR_RELEASE = 0
endif
- OS_RELEASE = $(OS_RELEASE).$(OS_MINOR_RELEASE)
+ OS_RELEASE := $(OS_RELEASE).$(OS_MINOR_RELEASE)
CPU_ARCH := $(shell uname -m)
#
# MKS's uname -m returns "586" on a Pentium machine.