]> git.proxmox.com Git - pve-firewall.git/blobdiff - Makefile
bump version to 5.0.7
[pve-firewall.git] / Makefile
index 74be3787801f8291111e7a7770dae7784d3a78d4..e5d16341605cd32a0b9aa9ece3310db32fceedb1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ DEBS=$(DEB) $(DEB2)
 all: $(DEBS)
 
 .PHONY: dinstall
-dinstall: deb
-       dpkg -i $(DEBS)
+dinstall: $(DEB)
+       dpkg -i $<
 
 $(BUILDDIR):
        rm -rf $(BUILDDIR)
@@ -25,7 +25,7 @@ $(BUILDDIR):
 .PHONY: deb
 deb: $(DEBS)
 $(DEB2): $(DEB)
-$(DEB): $(BUILDDIR) check
+$(DEB): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
        lintian $(DEBS)
 
@@ -41,7 +41,6 @@ $(DSC): $(BUILDDIR)
 sbuild: $(DSC)
        sbuild $(DSC)
 
-.PHONY: check
 check:
        make -C test check