Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 14:43:27 UTC 2009

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

Log Message:
no need for YY_NO here


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/am-utils/bin/fsinfo/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/fsinfo/Makefile
diff -u src/external/bsd/am-utils/bin/fsinfo/Makefile:1.2 src/external/bsd/am-utils/bin/fsinfo/Makefile:1.3
--- src/external/bsd/am-utils/bin/fsinfo/Makefile:1.2	Mon Apr 20 12:05:29 2009
+++ src/external/bsd/am-utils/bin/fsinfo/Makefile	Thu Oct 29 10:43:27 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2009/04/20 16:05:29 drochner Exp $
+#	$NetBSD: Makefile,v 1.3 2009/10/29 14:43:27 christos Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -20,7 +20,7 @@
 
 FSINFOOBJDIR!=cd ${.CURDIR} && ${PRINTOBJDIR}
 
-CPPFLAGS+=	-I${DIST} -I${FSINFOOBJDIR} -DYY_NO_INPUT
+CPPFLAGS+=	-I${DIST} -I${FSINFOOBJDIR}
 YHEADER=	1
 
 .include <bsd.prog.mk>

Reply via email to