]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
buildsys: make job safety
[pve-access-control.git] / Makefile
index db950397551977985aad4f284772874e0ec41445..a8068e7742aca221f880baa8d2769f96482d7d3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=4.0
 PACKAGE=libpve-access-control
-PKGREL=21
+PKGREL=23
 
 DESTDIR=
 PREFIX=/usr
@@ -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