]> git.proxmox.com Git - zfs-grub.git/commitdiff
fix infinty building
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 20:42:39 +0000 (22:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 24 May 2019 09:09:38 +0000 (11:09 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 12fc2b17042f8982e6d67d821a07c940f351be31..eb6e8916785e321a385bdd0482834310c8c98efc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,9 @@ all: ${DEBS}
 dinstall: ${DEBS}
        dpkg -i ${PC_DEBS}
 
+${DEBS}: deb
 .PHONY: deb
-deb: ${DEBS}
-${DEBS}:
+deb:
        rm -rf ${GRUB_DIR}
        tar xf ${GRUB_SRC}
        mv ${GRUB_DIR}/debian/changelog ${GRUB_DIR}/debian/changelog.org