]> git.proxmox.com Git - pve-firewall.git/commitdiff
buildsys: make job safety
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Feb 2017 10:52:54 +0000 (11:52 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Feb 2017 10:52:54 +0000 (11:52 +0100)
Makefile

index a8ff4032147095b8230e934ed67ee7922ca02ac2..f309eb3757ef67b3677d5a8d41f494592b707e40 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,8 @@ dinstall: deb
 
 
 .PHONY: deb
-deb ${DEB}: check
+deb: ${DEB}
+${DEB}: check
        rm -rf build
        rsync -a src/ build
        rsync -a debian/ build/debian