distclean does everything clean does and need not depend on it.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2154 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-07-31 00:16:44 +00:00
parent c08d4c6535
commit 121e17c594
+1 -1
View File
@@ -50,7 +50,7 @@
</target>
<!-- wipes the entire build directory clean -->
<target name="distclean" depends="clean">
<target name="distclean">
<delete dir="${deploy.dir}"/>
</target>