From cdc70fd1dd02857e5dc9b4a2f82f25cfc1dc98ca Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 8 Apr 2025 17:52:12 +0200 Subject: [PATCH] CI: Fix missing srcdir in path to tools/version --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3814b2974..b09d02036 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ objdir := @objdir@ exedir := @exedir@ # Find out which version we are actually building -VERSION := $(strip $(shell bash tools/version)) +VERSION := $(strip $(shell bash $(srcdir)/tools/version)) CFLAGS += -DBIRD_VERSION='"$(VERSION)"' ifeq ($(objdir),.) -- 2.47.3