]> git.proxmox.com Git - pve-eslint.git/commitdiff
buildsys: let dinstall target directly depend on $(DEB)
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 16:47:26 +0000 (18:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 16:57:05 +0000 (18:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 83877dbe10a9e6d7de6ff267c61a4ddc56d0d627..faca6eda187c3eb97dd168531f0789710db5289c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,5 +98,5 @@ clean:
        rm -f *.deb *.dsc *.changes $(PACKAGE)*.tar* *.build *.buildinfo .any-eslint-js
 
 .PHONY: dinstall
-dinstall: deb
+dinstall: $(DEB)
        dpkg -i $(DEB)