Module Name: src Committed By: joerg Date: Tue May 24 13:48:16 UTC 2011
Modified Files: src/external/bsd/byacc/bin: Makefile Log Message: Provide correct GCC_NORETURN To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/byacc/bin/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/bsd/byacc/bin/Makefile diff -u src/external/bsd/byacc/bin/Makefile:1.1 src/external/bsd/byacc/bin/Makefile:1.2 --- src/external/bsd/byacc/bin/Makefile:1.1 Thu Oct 29 00:56:35 2009 +++ src/external/bsd/byacc/bin/Makefile Tue May 24 13:48:16 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2009/10/29 00:56:35 christos Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/24 13:48:16 joerg Exp $ .include "bsd.own.mk" @@ -6,4 +6,6 @@ SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ skeleton.c symtab.c verbose.c warshall.c graph.c +CPPFLAGS+= -DGCC_NORETURN=__dead + .include <bsd.prog.mk>