changeset 3396:82dc424a5bb4

6510395 Add "-target 1.5" to javac build
author tomee
date Tue, 09 Jan 2007 15:03:05 -0800
parents 8bacbec85945
children d2f9d3ec4f8a
files usr/src/lib/libdtrace_jni/java/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libdtrace_jni/java/Makefile	Tue Jan 09 14:24:42 2007 -0800
+++ b/usr/src/lib/libdtrace_jni/java/Makefile	Tue Jan 09 15:03:05 2007 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # ident	"%Z%%M%	%I%	%E% SMI"
@@ -79,6 +79,7 @@
 
 # javac flags
 JFLAGS= -g -d $(CLASSES) -sourcepath $(APICLASSPATH) -deprecation
+JFLAGS += -target 1.5
 
 # The default make rule for Java files
 COMPILE.java=$(JAVAC) $(JFLAGS)