summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7efe28bf72..0fb6860715 100644
--- a/build.xml
+++ b/build.xml
@@ -630,7 +630,7 @@ QUICK BUILD (QUICK)
</path>
</target>
- <target name="quick.clean" depends="pack.clean">
+ <target name="quick.clean" depends="libs.clean">
<delete dir="${build-quick.dir}" includeemptydirs="yes" quiet="yes" failonerror="no"/>
</target>
@@ -1341,6 +1341,10 @@ LIBRARIES (MSIL, FJBG maybe later)
<target name="libs.done" depends="libs.msilpack"/>
+ <target name="libs.clean" depends="pack.clean">
+ <delete dir="${build-libs.dir}" includeemptydirs="yes" quiet="yes" failonerror="no"/>
+ </target>
+
<!-- ===========================================================================
DOCUMENTATION
============================================================================ -->