From a539d9e1e54388f8df01c71884935f57180f8bb8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 9 Jun 2018 00:49:56 +0100 Subject: [PATCH] Remove some debugging in java Makefile --- Examples/test-suite/java/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/test-suite/java/Makefile.in b/Examples/test-suite/java/Makefile.in index 3ce692080..b042193b9 100644 --- a/Examples/test-suite/java/Makefile.in +++ b/Examples/test-suite/java/Makefile.in @@ -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 := .