common/autoconf/hotspot-spec.gmk.in
changeset 20641 59b55d8f4a75
parent 20363 fa7663fc5d50
parent 20640 66c24722698e
child 21759 e24e22311718
child 22467 b16a5ae55d50
--- a/common/autoconf/hotspot-spec.gmk.in	Thu Oct 17 09:40:42 2013 -0700
+++ b/common/autoconf/hotspot-spec.gmk.in	Sat Oct 19 08:51:39 2013 -0700
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -123,8 +123,7 @@
 # Hotspot expects the variable ZIP_DEBUGINFO_FILES=1/0 and not true/false.
 ifeq ($(ZIP_DEBUGINFO_FILES)$(ENABLE_DEBUG_SYMBOLS), truetrue)
   ZIP_DEBUGINFO_FILES:=1
-endif
-ifeq ($(ZIP_DEBUGINFO_FILES), false)
+else
   ZIP_DEBUGINFO_FILES:=0
 endif