Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src no need for YY_NO here.
details: https://anonhg.NetBSD.org/src/rev/58771ef1227c
branches: trunk
changeset: 748638:58771ef1227c
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 29 14:41:02 2009 +0000
description:
no need for YY_NO here.
diffstat:
external/bsd/am-utils/bin/amd/Makefile | 4 ++--
usr.sbin/ypserv/ypserv/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a3bfdd960426 -r 58771ef1227c external/bsd/am-utils/bin/amd/Makefile
--- a/external/bsd/am-utils/bin/amd/Makefile Thu Oct 29 14:40:09 2009 +0000
+++ b/external/bsd/am-utils/bin/amd/Makefile Thu Oct 29 14:41:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/04/20 16:05:29 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2009/10/29 14:42:54 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -54,7 +54,7 @@
AMDOBJDIR!=cd ${.CURDIR} && ${PRINTOBJDIR}
-CPPFLAGS+= -I${DIST} -I${AMDOBJDIR} -DYY_NO_INPUT
+CPPFLAGS+= -I${DIST} -I${AMDOBJDIR}
LDADD+= ${LIBAMU} -lrpcsvc
DPADD+= ${LIBRPCSVC}
YHEADER= 1
diff -r a3bfdd960426 -r 58771ef1227c usr.sbin/ypserv/ypserv/Makefile
--- a/usr.sbin/ypserv/ypserv/Makefile Thu Oct 29 14:40:09 2009 +0000
+++ b/usr.sbin/ypserv/ypserv/Makefile Thu Oct 29 14:41:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/05/20 20:03:28 christos Exp $
+# $NetBSD: Makefile,v 1.18 2009/10/29 14:41:02 christos Exp $
.include <bsd.own.mk>
@@ -9,7 +9,7 @@
LIBCDIR=${NETBSDSRCDIR}/lib/libc
.PATH: ${LIBCDIR}/net
-CPPFLAGS+=-DYY_NO_UNPUT -DOPTIMIZE_DB -DLIBWRAP -I. -I${LIBCDIR}/include
+CPPFLAGS+=-DOPTIMIZE_DB -DLIBWRAP -I. -I${LIBCDIR}/include
YHEADER=1
LDADD+= -lwrap -lutil
Home |
Main Index |
Thread Index |
Old Index