From c2c6e046debc4742f9841483f3a65b2598c3c5a2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 19 Apr 2016 16:38:46 +0200 Subject: [PATCH] do not trigger rebuild on dinstall target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ade5611..ce47979 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ DEB=tar_${PVETARVER}_${ARCH}.deb all: deb .PHONY: dinstall -dinstall: deb +dinstall: ${DEB} dpkg -i ${DEB} .PHONY: deb -- 2.39.2