Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 14:44:09 UTC 2009

Modified Files:
        src/external/gpl3/binutils/usr.bin/gprof: Makefile

Log Message:
no need for YY_NO here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/usr.bin/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/external/gpl3/binutils/usr.bin/gprof/Makefile
diff -u src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.3 src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.4
--- src/external/gpl3/binutils/usr.bin/gprof/Makefile:1.3	Sun Sep 27 08:58:59 2009
+++ src/external/gpl3/binutils/usr.bin/gprof/Makefile	Thu Oct 29 10:44:09 2009
@@ -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}

Reply via email to