Fix incorrect flags being passed to javac on cygwin/mingw

This commit is contained in:
William S Fulton 2015-01-17 23:14:20 +00:00
commit fb94b312e0

View file

@ -596,7 +596,7 @@ java_cpp: $(SRCDIR_SRCS)
# ----------------------------------------------------------------
java_compile: $(SRCDIR_SRCS)
$(COMPILETOOL) $(JAVAC) $(JAVACFLAGS) $(addprefix $(SRCDIR),$(JAVASRCS))
$(COMPILETOOL) $(JAVAC) $(addprefix $(SRCDIR),$(JAVASRCS))
# -----------------------------------------------------------------
# Run java example