6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
authoraph
Mon, 20 Apr 2009 19:00:51 +0100
changeset 2831 8ae6ec237119
parent 2830 2c7571fb9056
child 2832 2066c062ffbd
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
jaxp/make/Makefile
--- a/jaxp/make/Makefile	Fri Apr 17 15:55:53 2009 +0100
+++ b/jaxp/make/Makefile	Mon Apr 20 19:00:51 2009 +0100
@@ -72,9 +72,6 @@
 ifeq ($(DEBUG_CLASSFILES), true)
   ANT_OPTIONS += -Djavac.debug=true
   ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
-else
-  ANT_OPTIONS += -Djavac.debug=false
-  ANT_OPTIONS += -Djavac.debuglevel=
 endif
 
 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)