Get the path to prefix right: needs a ../ to back out of subdirectory
c/.
This commit is contained in:
@@ -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@"
|
||||
|
||||
Reference in New Issue
Block a user