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

index 7d67c027c02777be10b04f99385b47186dedd638..a8068e7742aca221f880baa8d2769f96482d7d3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,9 @@ install: pveum.1 oathkeygen pveum.bash-completion
        gzip -9 ${DESTDIR}/${MAN1DIR}/pveum.1
        install -m 0644 -D pveum.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pveum
 
-.PHONY: deb ${DEB}
-deb ${DEB}:
+.PHONY: deb
+deb: ${DEB}
+${DEB}:
        rm -rf build
        mkdir build
        make DESTDIR=`pwd`/build install