buildsys: cargo build: avoid redundant "--bin pxar" argument

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-09-13 12:11:24 +02:00
parent 67a5cf4714
commit bfd2b47649
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ $(COMPILED_BINS) $(COMPILEDIR)/dump-catalog-shell-cli $(COMPILEDIR)/docgen: .do-
--bin proxmox-file-restore \ --bin proxmox-file-restore \
--bin proxmox-restore-daemon \ --bin proxmox-restore-daemon \
--bin proxmox-tape \ --bin proxmox-tape \
--bin pxar \
--bin sg-tape-cmd --bin sg-tape-cmd
touch "$@" touch "$@"