From 00f8c55efd3a977efed44c751fb75dc2bb5ea161 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin <valyala@victoriametrics.com> Date: Wed, 15 Nov 2023 12:22:37 +0100 Subject: [PATCH] Makefile: remove package-base dependency from `publish` rule, since this dep is set inside all the `publish-*` dependencies This is a follow-up for d4099a75be7ad7ae906b4c8a6820ffb204f0de77 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60a3fa6795..70365f19b8 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ vmcluster-crossbuild: \ vmcluster-freebsd-amd64 \ vmcluster-openbsd-amd64 -publish: package-base \ +publish: \ publish-vminsert \ publish-vmselect \ publish-vmstorage