Get the path to prefix right: needs a ../ to back out of subdirectory

c/.
This commit is contained in:
David Young 2019-11-05 15:13:02 -06:00
parent d459daa1f7
commit 1b01b6d60b

View File

@ -54,7 +54,7 @@ fi
# Where the tool is installed.
# default is relative path to installed location of the tools
prefix="${prefix:-${prefix_relto_examplesdir}}"
prefix="${prefix:-../${prefix_relto_examplesdir}}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"