aboutsummaryrefslogtreecommitdiff
path: root/common/autoconf/spec.gmk.in
diff options
context:
space:
mode:
Diffstat (limited to 'common/autoconf/spec.gmk.in')
-rw-r--r--common/autoconf/spec.gmk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/autoconf/spec.gmk.in b/common/autoconf/spec.gmk.in
index e8649dd..2f57737 100644
--- a/common/autoconf/spec.gmk.in
+++ b/common/autoconf/spec.gmk.in
@@ -170,7 +170,7 @@ RUNTIME_NAME=$(PRODUCT_NAME) $(PRODUCT_SUFFIX)
COOKED_BUILD_NUMBER:=@COOKED_BUILD_NUMBER@
# These variables need to be generated here so that MILESTONE and
# JDK_BUILD_NUMBER can be overridden on the make command line.
-ifeq ($(MILESTONE),)
+ifeq ($(MILESTONE), fcs)
RELEASE=$(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
else
RELEASE=$(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)