Tweak Java Makefile.ams to fix "make distclean".
authorDavid Reiss <dreiss@apache.org>
Fri, 9 May 2008 07:17:35 +0000 (07:17 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 9 May 2008 07:17:35 +0000 (07:17 +0000)
commitf9b5b12f4d7e86e9834dd39ae4393383cab809af
treec7cf2ffbb2127c169bd6b0fbfdd072d25f298e0e
parent33fc5adb2be8568b1279414a7bb33043ac875a2c
Tweak Java Makefile.ams to fix "make distclean".

The Java Makefile.ams assume the existence of ANT, but "make distclean"
runs in the Java directories even if ENABLE_JAVA is off.  This change
makes the clean-local target handle the absence of ANT, fixing
"make distclean".

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665683 13f79535-47bb-0310-9956-ffa450edef68
lib/java/Makefile.am
test/java/Makefile.am