]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: Fix missing srcdir in path to tools/version
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 8 Apr 2025 15:52:12 +0000 (17:52 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 8 Apr 2025 15:52:12 +0000 (17:52 +0200)
Makefile.in

index 3814b2974c4ec6683ae506a55dcbe4befee186d5..b09d020364723d09d1bc0e301aaed0cc167246b1 100644 (file)
@@ -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),.)