]> git.proxmox.com Git - pve-lxc-syscalld.git/blobdiff - Makefile
build fixup
[pve-lxc-syscalld.git] / 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)