changeset 5223:15c00ee70f48

7162440: Fix typo in macro so BUNDLE_ID can be overridden Reviewed-by: lana
author skovatch
date Thu, 19 Apr 2012 14:54:30 -0700
parents 7b5a83a6b6ea
children 6f7105d163ea
files make/common/Release-macosx.gmk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/Release-macosx.gmk	Wed Apr 18 09:56:58 2012 -0700
+++ b/make/common/Release-macosx.gmk	Thu Apr 19 14:54:30 2012 -0700
@@ -35,8 +35,8 @@
 MACOSX_SRC	 = $(JDK_TOPDIR)/src/macosx
 
 BUNDLE_ID ?= net.java.openjdk
-BUNLDE_ID_JRE ?= $(BUNDLE_ID).jre
-BUNLDE_ID_JDK ?= $(BUNDLE_ID).jdk
+BUNDLE_ID_JRE ?= $(BUNDLE_ID).jre
+BUNDLE_ID_JDK ?= $(BUNDLE_ID).jdk
 
 BUNDLE_NAME ?= OpenJDK $(JDK_MINOR_VERSION)
 BUNDLE_NAME_JRE ?= $(BUNDLE_NAME)