summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4dc7ce2..8dc6f61 100644
--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@ It can build all packages or clean up the build products.
</target>
<target name="distclean" description="Remove everything not in the distribution.">
- <subant target="distclean" inheritall="false">
+ <subant target="cleanall" inheritall="false">
<filelist refid="Pkg.Dirs"/>
</subant>
</target>