Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/am-utils/bin/fsinfo no need for YY_NO here
details: https://anonhg.NetBSD.org/src/rev/3f34e66f3f65
branches: trunk
changeset: 748639:3f34e66f3f65
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 29 14:43:27 2009 +0000
description:
no need for YY_NO here
diffstat:
external/bsd/am-utils/bin/fsinfo/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 58771ef1227c -r 3f34e66f3f65 external/bsd/am-utils/bin/fsinfo/Makefile
--- a/external/bsd/am-utils/bin/fsinfo/Makefile Thu Oct 29 14:41:02 2009 +0000
+++ b/external/bsd/am-utils/bin/fsinfo/Makefile Thu Oct 29 14:43:27 2009 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index