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

index 701c9d6c0ad9cb343aa0dc28a73ac99ac154bb89..b6e17779bd3e59c827f45b31eec7f4d131cd1769 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ dinstall: deb
        dpkg -i ${DEB}
 
 .PHONY: deb
-deb ${DEB}: ${TARSRC}
+deb: ${DEB}
+${DEB}: ${TARSRC}
        rm -rf ${NOVNCDIR}
        tar xf ${NOVNCSRC}
        cp -a debian ${NOVNCDIR}/debian