Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/usr.bin/gprof no need for YY_NO here.



details:   https://anonhg.NetBSD.org/src/rev/92b76e469bfc
branches:  trunk
changeset: 748640:92b76e469bfc
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 14:44:09 2009 +0000

description:
no need for YY_NO here.

diffstat:

 external/gpl3/binutils/usr.bin/gprof/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f34e66f3f65 -r 92b76e469bfc external/gpl3/binutils/usr.bin/gprof/Makefile
--- a/external/gpl3/binutils/usr.bin/gprof/Makefile     Thu Oct 29 14:43:27 2009 +0000
+++ b/external/gpl3/binutils/usr.bin/gprof/Makefile     Thu Oct 29 14:44:09 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2009/09/27 12:58:59 blymn Exp $
+#      $NetBSD: Makefile,v 1.4 2009/10/29 14:44:09 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -9,7 +9,7 @@
 
 PROG=          gprof
 SRCS=          ${G_gprof_OBJECTS:.o=.c}
-CPPFLAGS+=     -I${.CURDIR}/arch/${MACHINE_ARCH} -DYY_NO_INPUT
+CPPFLAGS+=     -I${.CURDIR}/arch/${MACHINE_ARCH}
 
 LDADD=         -lintl
 DPADD=         ${LIBINTL}



Home | Main Index | Thread Index | Old Index