Bug 702724 - Avoid compiler error when JDK version >= 7 [r=kats]

This commit is contained in:
Michael Kohler 2011-11-16 00:49:21 +01:00
parent 9ea8bc1407
commit 6963c25698

View File

@ -66,6 +66,7 @@ endif
JAVAC_FLAGS = \
-target $(JAVA_VERSION) \
-source $(JAVA_VERSION) \
-classpath $(JAVA_CLASSPATH) \
-bootclasspath $(JAVA_BOOTCLASSPATH) \
-encoding ascii \