Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Add CPPFLAGS+= -I${NETBSDSRCDIR}/sys for earm ...



details:   https://anonhg.NetBSD.org/src/rev/cf8f7ef7cfb6
branches:  trunk
changeset: 786281:cf8f7ef7cfb6
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 25 06:36:49 2013 +0000

description:
Add CPPFLAGS+=      -I${NETBSDSRCDIR}/sys for earm compat

diffstat:

 lib/libc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f883515fd6b4 -r cf8f7ef7cfb6 lib/libc/Makefile
--- a/lib/libc/Makefile Thu Apr 25 04:45:33 2013 +0000
+++ b/lib/libc/Makefile Thu Apr 25 06:36:49 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.153 2013/04/19 22:24:10 matt Exp $
+#      $NetBSD: Makefile,v 1.154 2013/04/25 06:36:49 matt Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -60,6 +60,7 @@
 .PATH: ${COMPATDIR}/sys
 SRCS+= compat___lwp_park50.c
 CPPFLAGS+=     -D__BUILD_LEGACY
+CPPFLAGS+=     -I${NETBSDSRCDIR}/sys
 .endif
 
 .include "${.CURDIR}/../../common/lib/libc/Makefile.inc"



Home | Main Index | Thread Index | Old Index