Use "all-local" instead of all in Makefile.am.
Summary:
Redefining an Automake rule totally blows away anything Automake puts in place.
By using all-local instead of all, we can just add to the generated rule.
Reviewed By: marc
Test Plan: make
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665499 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am
index 46c02ee..984b774 100644
--- a/lib/java/Makefile.am
+++ b/lib/java/Makefile.am
@@ -1,4 +1,4 @@
-all:
+all-local:
$(ANT)
install-exec-hook: