From: Wolfgang Bumiller Date: Tue, 21 Jan 2020 15:02:34 +0000 (+0100) Subject: build fixup X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=be1da45a10bcff47747a22e6e55a9f18a86c2546;p=pve-lxc-syscalld.git build fixup Signed-off-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index 04e54af..1982ef4 100644 --- a/Makefile +++ b/Makefile @@ -64,10 +64,10 @@ build: $(MAKE) -C build/$(i) clean ;) .PHONY: deb -deb: $(DEBS) -$(DEBS): build +deb: $(DEB) +$(DEB): build cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc - lintian $(DEBS) + lintian $(DEB) .PHONY: dsc dsc: $(DSC)