From bfd2b47649815ca868877027f235d95acb72381d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 13 Sep 2021 12:11:24 +0200 Subject: [PATCH] buildsys: cargo build: avoid redundant "--bin pxar" argument Signed-off-by: Thomas Lamprecht --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c1aecf61..29792290 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,6 @@ $(COMPILED_BINS) $(COMPILEDIR)/dump-catalog-shell-cli $(COMPILEDIR)/docgen: .do- --bin proxmox-file-restore \ --bin proxmox-restore-daemon \ --bin proxmox-tape \ - --bin pxar \ --bin sg-tape-cmd touch "$@"