]> git.proxmox.com Git - zfs-grub.git/commitdiff
buildsys: job safety
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 14 Feb 2017 08:27:53 +0000 (09:27 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 14 Feb 2017 08:27:53 +0000 (09:27 +0100)
Makefile

index af5d0c7a7e1d08ba754d653d7c1c31480f576774..2b02312ce6f1fc75430477e599e4ffa7d2a16130 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ dinstall: ${DEBS}
        dpkg -i ${PC_DEBS}
 
 .PHONY: deb
-deb ${DEBS}:
+deb: ${DEBS}
+${DEBS}:
        rm -rf ${GRUB_DIR}
        tar xf ${GRUB_SRC}
        mv ${GRUB_DIR}/debian/changelog ${GRUB_DIR}/debian/changelog.org