diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-03 20:32:01 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:04:32 +0300 |
| commit | 703f95cf60a43274a416d55b313b6c1b8e796ed7 (patch) | |
| tree | 5f16ce0e1df164e35b3a255eb48653b68ec17114 /build.ant | |
| parent | 445fe50c6bec016724da97cd3f8c35535e02c3a8 (diff) | |
build.ant: avoid duplicate dependency on clean
Diffstat (limited to 'build.ant')
| -rw-r--r-- | build.ant | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" /> |
