]> git.proxmox.com Git - pve-lxc-syscalld.git/commitdiff
build fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 15:02:34 +0000 (16:02 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 15:02:34 +0000 (16:02 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 04e54af81f484b027d0462a85aa1cefd3affcbea..1982ef4d1e2cfe80142bfd1f2a96ea21c8087102 100644 (file)
--- 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)