aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/eclipse/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/files/Makefile b/java/eclipse/files/Makefile
index 47fe627dca0c..625fa42839fb 100644
--- a/java/eclipse/files/Makefile
+++ b/java/eclipse/files/Makefile
@@ -126,7 +126,7 @@ build-java:
build-doc:
@$(ECHO) "===> Building Javadoc."
- $(ANT) -f build.xml buildDoc
+ $(ANT) -f build.xml init buildDoc
build-install:
$(ANT) -f build.xml install