We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63196ac commit 20039e1Copy full SHA for 20039e1
1 file changed
lib/Makefile
@@ -15,10 +15,10 @@ C=${TOPDIR}/freebsd/contrib/ck/include
15
MACHINE_INCLUDES_ROOT:=${CURDIR}/machine_include
16
OVERRIDE_INCLUDES_ROOT:=${CURDIR}/include
17
X86_INCLUDES=0
18
-PREFIX=/usr/local
+PREFIX?=/usr/local
19
PREFIX_LIB=${PREFIX}/lib
20
-PREFIX_INCLUDE=/usr/local/include
21
-PREFIX_BIN=/usr/local/bin
+PREFIX_INCLUDE=${PREFIX}/include
+PREFIX_BIN=${PREFIX}/bin
22
F-STACK_CONF=/etc/f-stack.conf
23
F-STACK_VERSION=1.24
24
TGT_OS=$(shell uname)
0 commit comments