Must use := to define OS_RELEASE in terms of itself.

This commit is contained in:
wtc%netscape.com 2001-06-03 02:42:48 +00:00
Родитель 74ac182aac
Коммит ff07de9026
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.