Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/lua XXX: remove file that includes userland head...
details: https://anonhg.NetBSD.org/src/rev/ea27ef66dd84
branches: trunk
changeset: 330739:ea27ef66dd84
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 19 20:15:55 2014 +0000
description:
XXX: remove file that includes userland headers.
diffstat:
sys/modules/lua/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b7ab43f6fff8 -r ea27ef66dd84 sys/modules/lua/Makefile
--- a/sys/modules/lua/Makefile Sat Jul 19 19:37:31 2014 +0000
+++ b/sys/modules/lua/Makefile Sat Jul 19 20:15:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/07/19 18:38:35 lneto Exp $
+# $NetBSD: Makefile,v 1.9 2014/07/19 20:15:55 christos Exp $
.include "../Makefile.inc"
@@ -16,7 +16,7 @@
lstring.c ltable.c ltm.c lundump.c lvm.c lzio.c
# Lua stdlibs source code
-SRCS+= lauxlib.c lbaselib.c lbitlib.c lcorolib.c ldblib.c \
+SRCS+= lauxlib.c lbaselib.c lbitlib.c lcorolib.c \
lstrlib.c ltablib.c lutf8lib.c linit.c
CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
Home |
Main Index |
Thread Index |
Old Index