]> git.proxmox.com Git - pve-container.git/commitdiff
make ${DEBS} target non-phony
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Jun 2016 07:28:09 +0000 (09:28 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Jun 2016 07:28:09 +0000 (09:28 +0200)
Makefile

index 6728fc238c78dcfee098d06e2de26fd3d05bb98b..894ec755afec2215b26bf1643be87843fa140bbd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all: ${DEB}
 dinstall: ${DEB}
        dpkg -i ${DEB}
 
-.PHONY: deb ${DEB}
+.PHONY: deb
 deb ${DEB}:
        rm -rf build
        mkdir build