]> git.proxmox.com Git - proxmox-mini-journalreader.git/commitdiff
buildsys: avoid circular dependency master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 17:38:09 +0000 (19:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 17:38:21 +0000 (19:38 +0200)
$(DEBS) contains $(DEB), so don't make the former dependent of the
latter.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 1a32c86441d8a4ddd45732a8310d7e4f9e3f3d44..615c0778c6f470038c72078834e7390084ffd51e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,11 +21,11 @@ $(BUILDDIR): src debian
        echo "git clone git://git.proxmox.com/git/proxmox-mini-journal\\ngit checkout $(GITVERSION)" > $(BUILDDIR)/debian/SOURCE
 
 .PHONY: deb
-deb: $(DEBS)
-$(DEBS): $(DEB)
+deb: $(DEB)
+$(DBGDEB): $(DEB)
 $(DEB): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
-       lintian $(DEB)
+       lintian $(DEBS)
 
 .PHONY: dsc
 dsc: $(DSC)