Remove some debugging in java Makefile
This commit is contained in:
parent
b0a42e38e7
commit
a539d9e1e5
1 changed files with 0 additions and 1 deletions
|
|
@ -107,7 +107,6 @@ setup = \
|
|||
# Doxygen test cases need to be compiled together with the CommentParser class
|
||||
# which depends on com.sun.javadoc package which is located in this JAR.
|
||||
CommentParser.class:
|
||||
echo "Compiling $(srcdir)/CommentParser.java"
|
||||
$(COMPILETOOL) $(JAVAC) -classpath $(JAVA_CLASSPATH) -d . $(srcdir)/CommentParser.java
|
||||
|
||||
JAVA_CLASSPATH := .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue