]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
build: remove leftover PHONY declaration
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 28 Sep 2018 10:48:48 +0000 (12:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Sep 2018 12:06:59 +0000 (14:06 +0200)
simdeb is already declared PHONY on its own

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index 51eb9efcfe3270b249f11db0aa188b636474edde..b406f3fea7d7f9272fe2dd9d48412a8653e66dd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SIMDEB=${SIMPACKAGE}_${VERSION}-${PKGREL}_all.deb
 
 all: deb
 
-.PHONY: dinstall simdeb
+.PHONY: dinstall
 dinstall: $(DEB) $(SIMDEB)
        dpkg -i ${DEB} ${SIMDEB}