buildsys: cargo build: avoid redundant "--bin pxar" argument
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
67a5cf4714
commit
bfd2b47649
1
Makefile
1
Makefile
|
@ -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 "$@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue