summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-03 20:32:01 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-05 19:04:32 +0300
commit703f95cf60a43274a416d55b313b6c1b8e796ed7 (patch)
tree5f16ce0e1df164e35b3a255eb48653b68ec17114 /build.ant
parent445fe50c6bec016724da97cd3f8c35535e02c3a8 (diff)
build.ant: avoid duplicate dependency on clean
Diffstat (limited to 'build.ant')
-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" />