[pve-devel] [PATCH ha-manager 01/12] build: remove leftover PHONY declaration

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Sep 28 12:48:48 CEST 2018


simdeb is already declared PHONY on its own

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
note: the whole simdeb target gets dropped anyway later on

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 51eb9ef..b406f3f 100644
--- 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}
 
-- 
2.19.0





More information about the pve-devel mailing list