aboutsummaryrefslogtreecommitdiff
path: root/lib/liblua/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-01-14 05:56:18 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-01-14 05:56:18 +0000
commit0495ed398c4f64013bab2327eb13a303e1f90c13 (patch)
treea3100af4498f59c50af29bbc0f48034d5cc92765 /lib/liblua/Makefile
parent7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b (diff)
parent0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7 (diff)
contrib/lua: update to 5.4.2
Merge commit '0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7' into main
Diffstat (limited to 'lib/liblua/Makefile')
-rw-r--r--lib/liblua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/liblua/Makefile b/lib/liblua/Makefile
index e5f5e3c5960a..0ca74e4545db 100644
--- a/lib/liblua/Makefile
+++ b/lib/liblua/Makefile
@@ -20,7 +20,7 @@ SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c linit.c \
# Library functions; any change to these likely needs an accompanying change
# in our custom linit_flua.c. We use our custom linit.c to make it easier to
# support bootstrap flua that may not have supporting local libraries.
-SRCS+= lauxlib.c lbaselib.c lbitlib.c lcorolib.c ldblib.c liolib.c \
+SRCS+= lauxlib.c lbaselib.c lcorolib.c ldblib.c liolib.c \
lmathlib.c loslib.c lstrlib.c ltablib.c lutf8lib.c loadlib.c
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/modules -I${LUASRC}