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 e3700469ab
commit c9d645ceeb

View File

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