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

Fixed location of build_number.sh for require build

parent 4614599e
No related branches found
No related tags found
1 merge request!20Patch fix
......@@ -145,7 +145,7 @@ endef
# $(call FETCH_BUILD_NUMBER,$(E3_SITEMODS_PATH),module)
#
define FETCH_BUILD_NUMBER
$(shell $(E3_REQUIRE_TOOLS)/build_number.sh $(1) $(2) $($(2)_VERSION))
$(shell $(MAKEHOME)/build_number.sh $(1) $(2) $($(2)_VERSION))
endef
ifndef EPICSVERSION
......
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