Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/binutils/gprof YY_NO is not needed here.



details:   https://anonhg.NetBSD.org/src/rev/f73d5476f9c8
branches:  trunk
changeset: 748629:f73d5476f9c8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 14:32:18 2009 +0000

description:
YY_NO is not needed here.

diffstat:

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

diffs (18 lines):

diff -r 3b4b53c01008 -r f73d5476f9c8 gnu/usr.bin/binutils/gprof/Makefile
--- a/gnu/usr.bin/binutils/gprof/Makefile       Thu Oct 29 14:27:26 2009 +0000
+++ b/gnu/usr.bin/binutils/gprof/Makefile       Thu Oct 29 14:32:18 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2009/04/20 16:05:29 drochner Exp $
+#      $NetBSD: Makefile,v 1.7 2009/10/29 14:32:18 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