]> git.proxmox.com Git - pve-zsync.git/commitdiff
buildsys: job safety
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:27:50 +0000 (14:27 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:27:50 +0000 (14:27 +0100)
Makefile

index 08c1d87aeceaffa4db88b238b0549f9fb4e18122..570b0b8df7f41ade9c0ca07016a4080b30873e75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,9 @@ install: pve-zsync.8.man pve-zsync.8.gz
        install -d ${DESTDIR}${PODDIR}
        install -m 0644 pve-zsync.8.gz ${DESTDIR}/usr/share/man/man8/
 
-.PHONY: deb ${DEB}
-deb ${DEB}:
+.PHONY: deb
+deb: ${DEB}
+${DEB}:
        rm -rf debian
        mkdir debian
        install -d debian/var/lib/pve-zsync