This path belongs in ficl/Makefile, not the common defines for users

of ficl.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-08 22:19:41 +00:00
parent 6c093deeda
commit 29374678a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326720
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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