Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 14:42:54 UTC 2009

Modified Files:
        src/external/bsd/am-utils/bin/amd: Makefile

Log Message:
no need for YY_NO here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/am-utils/bin/amd/Makefile

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

Modified files:

Index: src/external/bsd/am-utils/bin/amd/Makefile
diff -u src/external/bsd/am-utils/bin/amd/Makefile:1.3 src/external/bsd/am-utils/bin/amd/Makefile:1.4
--- src/external/bsd/am-utils/bin/amd/Makefile:1.3	Mon Apr 20 12:05:29 2009
+++ src/external/bsd/am-utils/bin/amd/Makefile	Thu Oct 29 10:42:54 2009
@@ -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

Reply via email to