Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 14:32:18 UTC 2009

Modified Files:
        src/gnu/usr.bin/binutils/gprof: Makefile

Log Message:
YY_NO is not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/gnu/usr.bin/binutils/gprof/Makefile

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

Modified files:

Index: src/gnu/usr.bin/binutils/gprof/Makefile
diff -u src/gnu/usr.bin/binutils/gprof/Makefile:1.6 src/gnu/usr.bin/binutils/gprof/Makefile:1.7
--- src/gnu/usr.bin/binutils/gprof/Makefile:1.6	Mon Apr 20 12:05:29 2009
+++ src/gnu/usr.bin/binutils/gprof/Makefile	Thu Oct 29 10:32:18 2009
@@ -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}

Reply via email to