This path belongs in ficl/Makefile, not the common defines for users
of ficl. Sponsored by: Netflix
This commit is contained in:
parent
6c093deeda
commit
29374678a6
@ -12,8 +12,6 @@ FICL_CPUARCH= mips64
|
||||
FICL_CPUARCH= ${MACHINE_CPUARCH}
|
||||
.endif
|
||||
|
||||
.PATH: ${FICLSRC} ${FICLSRC}/${FICL_CPUARCH}
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
@ -4,6 +4,8 @@
|
||||
.include <bsd.init.mk>
|
||||
.include "${BOOTSRC}/ficl.mk"
|
||||
|
||||
.PATH: ${FICLSRC} ${FICLSRC}/${FICL_CPUARCH}
|
||||
|
||||
BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
|
||||
prefix.c search.c stack.c tools.c vm.c words.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user