summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.ant b/build.ant
index ef000457..6564b39b 100644
--- a/build.ant
+++ b/build.ant
@@ -196,7 +196,7 @@
</parallel>
</target>
- <target name="pkg-deb__mux" depends="clean" description="package as .deb">
+ <target name="pkg-deb__mux" description="package as .deb">
<antcall target="pkg-deb__common">
<!-- FIXME: use rhizi-mux -->
<param name="pkg_name" value="rhizi" />
@@ -204,7 +204,7 @@
</antcall>
</target>
- <target name="pkg-deb__single" depends="clean" description="package as .deb">
+ <target name="pkg-deb__single" description="package as .deb">
<antcall target="pkg-deb__common">
<param name="pkg_name" value="rhizi" />
<param name="pkg_variant" value="rhizi-single" />