From: Stoiko Ivanov <s.iva...@proxmox.com>

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 64d98db..d432599 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,6 @@ include /usr/share/dpkg/pkg-info.mk
 export KERNEL_VER=5.0
 export KERNEL_ABI=5.0.15-1-pve
 
-PACKAGE=pve-kernel-${KERNEL_VER}
-
 GITVERSION:=$(shell git rev-parse HEAD)
 
 KERNEL_DEB=pve-kernel-${KERNEL_VER}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
@@ -15,6 +13,8 @@ BUILD_DIR=build
 DEBS=${KERNEL_DEB} ${HEADERS_DEB}
 
 all: deb
+
+.PHONY: deb
 deb: ${DEBS}
 
 ${HEADERS_DEB}: ${KERNEL_DEB}
-- 
2.20.1


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to