Module Name:    src
Committed By:   joerg
Date:           Fri Feb 18 22:27:51 UTC 2011

Modified Files:
        src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
bsd-kvm.c needs -D_KMEMUSER now.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/gdb6/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gdb6/libgdb/Makefile
diff -u src/gnu/usr.bin/gdb6/libgdb/Makefile:1.9 src/gnu/usr.bin/gdb6/libgdb/Makefile:1.10
--- src/gnu/usr.bin/gdb6/libgdb/Makefile:1.9	Fri May 28 19:11:23 2010
+++ src/gnu/usr.bin/gdb6/libgdb/Makefile	Fri Feb 18 22:27:51 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2010/05/28 19:11:23 jklos Exp $
+#	$NetBSD: Makefile,v 1.10 2011/02/18 22:27:51 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,6 +13,7 @@
 
 SRCS=		${G_LIBGDB_OBS:.o=.c}
 GCPPFLAGS=	${G_INTERNAL_CFLAGS}
+CPPFLAGS.bsd-kvm.c=	-D_KMEMUSER
 CPPFLAGS=	-I${.CURDIR} \
 		-I${.CURDIR}/../arch/${MACHINE_ARCH} \
 		-I${DIST}/gdb \

Reply via email to