diff options
| author | Keith Packard <keithp@keithp.com> | 2013-12-10 00:51:01 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-12-10 00:51:01 -0800 |
| commit | 8959c059ec67f5334e31abbe3f831dd571a0b464 (patch) | |
| tree | 49226a397cd679cc84f42daf035d5c03c33838d8 /altoslib | |
| parent | a4596c134aa5e7867f1ca1d86d36afb2af9b8999 (diff) | |
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 <keithp@keithp.com>
Diffstat (limited to 'altoslib')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
