Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/lib/libreadline make this compile.
details: https://anonhg.NetBSD.org/src/rev/1b33e092889a
branches: trunk
changeset: 770432:1b33e092889a
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 16 19:41:07 2011 +0000
description:
make this compile.
diffstat:
external/gpl3/gdb/lib/libreadline/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 193d2fbbe81e -r 1b33e092889a external/gpl3/gdb/lib/libreadline/Makefile
--- a/external/gpl3/gdb/lib/libreadline/Makefile Sun Oct 16 17:59:32 2011 +0000
+++ b/external/gpl3/gdb/lib/libreadline/Makefile Sun Oct 16 19:41:07 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2011/09/26 03:02:46 christos Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/16 19:41:07 christos Exp $
.include <bsd.own.mk>
+.include "../Makefile.inc"
LIBISPRIVATE= yes
@@ -10,10 +11,9 @@
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
-DIST= ${NETBSDSRCDIR}/gnu/dist/gdb6
-
CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/arch/${MACHINE_ARCH} \
-I${DIST}/ \
+ -DHAVE_SYS_IOCTL_H \
${G_CCFLAGS:M-DRL_*} \
SRCS= ${G_OBJECTS:.o=.c}
Home |
Main Index |
Thread Index |
Old Index