From 8959c059ec67f5334e31abbe3f831dd571a0b464 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 10 Dec 2013 00:51:01 -0800 Subject: java: Add -target 1.6 to all java compiles This makes sure the results can run with the old JVM Signed-off-by: Keith Packard --- altoslib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'altoslib') diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 2c26220b..6d396635 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -1,4 +1,4 @@ -AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6 +AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6 JAVAROOT=bin -- cgit v1.2.3