From 202f7274017ac5a5592e3ec7b7e3c016a6748307 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Wed, 20 Jan 2021 12:23:01 +0100
Subject: [PATCH] Fixed location of require tools for require build

---
 require.Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/require.Makefile b/require.Makefile
index 251a70cf..b7d55bfd 100644
--- a/require.Makefile
+++ b/require.Makefile
@@ -98,6 +98,8 @@ USR_DBFLAGS += -I$(EPICS_BASE)/db
 
 TEMS = $(wildcard $(APPDB)/*.template)
 
+# We need to specify the correct location for add_build_no.sh when building require.dep
+require.dep: E3_REQUIRE_TOOLS = $(where_am_I)/tools
 
 db: $(TEMS)
 
-- 
GitLab