]> git.proxmox.com Git - vncterm.git/commitdiff
buildsys: make job safety
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:42:24 +0000 (15:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:42:24 +0000 (15:42 +0100)
Makefile

index 15181e474baf3c3f2edb5e9c87acb77e36542fdd..5576560d2a0f0ec4832e8b3c001c55cd40c567f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,8 @@ vncterm.1: vncterm.pod
        pod2man -n $< -s 1 -r ${VERSION} <$< >$@
 
 .PHONY: deb
-${DEB} deb:
+deb: $(DEB)
+${DEB}:
        make clean
        rm -rf dest
        mkdir dest