Module Name: src
Committed By: matt
Date: Thu Apr 25 06:36:49 UTC 2013
Modified Files:
src/lib/libc: Makefile
Log Message:
Add CPPFLAGS+= -I${NETBSDSRCDIR}/sys for earm compat
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/lib/libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/Makefile
diff -u src/lib/libc/Makefile:1.153 src/lib/libc/Makefile:1.154
--- src/lib/libc/Makefile:1.153 Fri Apr 19 22:24:10 2013
+++ src/lib/libc/Makefile Thu Apr 25 06:36:49 2013
@@ -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 @@ COMPATDIR=${.CURDIR}/compat
.PATH: ${COMPATDIR}/sys
SRCS+= compat___lwp_park50.c
CPPFLAGS+= -D__BUILD_LEGACY
+CPPFLAGS+= -I${NETBSDSRCDIR}/sys
.endif
.include "${.CURDIR}/../../common/lib/libc/Makefile.inc"