From 6a05c22356a1314fbbc69608eee172bd7469a963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 28 Apr 2026 15:55:53 +0400 Subject: [PATCH] Use variable for target name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 255532068..451035445 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -240,8 +240,8 @@ $(PROBOD_BIN): $(PROBOD_BIN_DEPS) $(PROBOD_BIN_EXTRA_DEPS) bin/prb: $(GO_BUILD) -o $(PRB_BIN) $(PRB_SRC) -.PHONY: bin/probod-bootstrap -bin/probod-bootstrap: +.PHONY: $(PROBOD_BOOTSTRAP_BIN) +$(PROBOD_BOOTSTRAP_BIN): $(GO_BUILD) -o $(PROBOD_BOOTSTRAP_BIN) $(PROBOD_BOOTSTRAP_SRC) .PHONY: @probo/emails