common/autoconf/spec.gmk.in
changeset 22711 e24d19c865ed
parent 22709 540ed4c23085
child 22714 a752920c4317
child 23163 1e2f42892ffe
--- a/common/autoconf/spec.gmk.in	Fri Feb 07 13:31:16 2014 +0100
+++ b/common/autoconf/spec.gmk.in	Mon Feb 10 14:25:17 2014 +0100
@@ -172,7 +172,7 @@
 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)