Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/lua fix build on arm



details:   https://anonhg.NetBSD.org/src/rev/e7b334ec2edf
branches:  trunk
changeset: 791019:e7b334ec2edf
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Thu Oct 31 16:50:14 2013 +0000

description:
fix build on arm

diffstat:

 sys/modules/lua/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1a4b3a82f728 -r e7b334ec2edf sys/modules/lua/Makefile
--- a/sys/modules/lua/Makefile  Thu Oct 31 07:37:06 2013 +0000
+++ b/sys/modules/lua/Makefile  Thu Oct 31 16:50:14 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2013/10/16 19:44:57 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.2 2013/10/31 16:50:14 mbalmer Exp $
 
 .include "../Makefile.inc"
 
@@ -42,7 +42,8 @@
                strpbrk.c \
                strspn.c
 
-CPPFLAGS+=     -include ${.CURDIR}/luaconf.h \
-               -I${S}/../external/mit/lua/dist/src
+CFLAGS+=       -include ${.CURDIR}/luaconf.h
+
+CPPFLAGS+=     -I${S}/../external/mit/lua/dist/src
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index