makefile: remove reference to unused submodule

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
Filip Schauer 2024-04-09 14:14:21 +02:00 committed by Wolfgang Bumiller
parent 0ebe41e0ce
commit 715c658e0e

View File

@ -38,7 +38,7 @@ $(BUILDDIR): submodule
mv $@.tmp $@
submodule:
[ -e submodules/proxmox-backup-qemu/Cargo.toml ] || [ -e submodules/proxmox/proxmox-sys/Cargo.toml ] || git submodule update --init --recursive
[ -e submodules/proxmox-backup-qemu/Cargo.toml ] || git submodule update --init --recursive
dsc:
rm -rf $(BUILDDIR) $(DSC)