Skip to content
Snippets Groups Projects
Commit 202f7274 authored by Simon Rose's avatar Simon Rose
Browse files

Fixed location of require tools for require build

parent d74958f0
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,8 @@ USR_DBFLAGS += -I$(EPICS_BASE)/db ...@@ -98,6 +98,8 @@ USR_DBFLAGS += -I$(EPICS_BASE)/db
TEMS = $(wildcard $(APPDB)/*.template) 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) db: $(TEMS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment