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

index 89bcc598590a9c539ae980104cda7874106792b7..44c12ced6fd83bb3b497aa02925b281f9bc63bfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,9 @@ install: pvesm.1 pvesm.bash-completion
        gzip -9 ${DESTDIR}/usr/share/man/man1/pvesm.1
        install -m 0644 -D pvesm.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pvesm
 
-.PHONY: deb ${DEB}
-deb ${DEB}:
+.PHONY: deb
+deb: ${DEB}
+${DEB}:
        rm -rf debian
        mkdir debian
        make DESTDIR=${CURDIR}/debian install