don't assume distclean in ant jar

This commit is contained in:
idk
2022-09-11 02:04:19 -04:00
parent 49fbe74d2c
commit abb8be09c4

View File

@ -168,7 +168,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</exec>
</target>
<target name="jar" depends="distclean,i2pFirefoxBaseProfileZip,i2pFirefoxUsabilityProfileZip,i2pChromiumBaseProfileZip">
<target name="jar" depends="i2pFirefoxBaseProfileZip,i2pFirefoxUsabilityProfileZip,i2pChromiumBaseProfileZip">
<ant dir="src" target="jar" />
</target>