buildsys fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-23 15:15:32 +01:00
parent 2bfa47e167
commit 853145c8ae

View File

@ -21,7 +21,7 @@ endif
.PHONY: pve pmg
pve pmg:
@PERLMOD_PRODUCT=$(call to_upper,$@) \
$(CARGO) $(CARGO_BUILD_ARGS) build -p $@-rs
$(CARGO) build $(CARGO_BUILD_ARGS) -p $@-rs
build:
mkdir build