summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-03 02:42:48 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-03 02:42:48 +0000
commit24d3ddb3b41a11f6e4d247750a775f38e69ff6c4 (patch)
treee1c0f5ee645aa11ec2fac4d44f963023a04e4740 /security
parented77873ee3717a16fadf26143f73c69696d8adba (diff)
downloadnss-hg-24d3ddb3b41a11f6e4d247750a775f38e69ff6c4.tar.gz
Must use := to define OS_RELEASE in terms of itself.
Diffstat (limited to 'security')
-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.