summaryrefslogtreecommitdiff
blob: a134ca1a44b1c681a658148b95458f17feca87c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/936550

--- a/java/Makefile
+++ b/java/Makefile
@@ -4,8 +4,6 @@ FILES = libsvm/svm.class libsvm/svm_model.class libsvm/svm_node.class \
 		libsvm/svm_print_interface.class \
 		svm_train.class svm_predict.class svm_toy.class svm_scale.class
 
-#JAVAC = jikes
-JAVAC_FLAGS = -target 1.7 -source 1.7
 JAVAC = javac
 # JAVAC_FLAGS =
 export CLASSPATH := .:$(CLASSPATH)