]> git.proxmox.com Git - tar.git/commitdiff
do not trigger rebuild on dinstall target
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Apr 2016 14:38:46 +0000 (16:38 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Apr 2016 14:38:46 +0000 (16:38 +0200)
Makefile

index ade56115d002f52b14e90b29c5f081cb8ef6cbee..ce47979fe1f0d4b4f4b6013bed9fd8509f7ce476 100644 (file)
--- 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