Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/am-utils/bin/amd new lex/yacc need less help wi...



details:   https://anonhg.NetBSD.org/src/rev/b7332800a1fa
branches:  trunk
changeset: 805961:b7332800a1fa
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 25 14:56:22 2015 +0000

description:
new lex/yacc need less help with prefixes.

diffstat:

 external/bsd/am-utils/bin/amd/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 0ff637d3fb04 -r b7332800a1fa external/bsd/am-utils/bin/amd/Makefile
--- a/external/bsd/am-utils/bin/amd/Makefile    Sun Jan 25 10:49:01 2015 +0000
+++ b/external/bsd/am-utils/bin/amd/Makefile    Sun Jan 25 14:56:22 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2013/02/14 01:57:42 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2015/01/25 14:56:22 christos Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -57,13 +57,11 @@
 
 YPREFIX.sun_map_parse.y =      sun_map_
 LPREFIX.sun_map_tok.l =        sun_map_
-CPPFLAGS.sun_map_tok.c += -Dyylval=sun_map_lval -Dyyerror=sun_map_error
 
 CWARNFLAGS.clang+=     -Wno-unneeded-internal-declaration
 
 YPREFIX.conf_parse.y = conf_
 LPREFIX.conf_tok.l =   conf_
-CPPFLAGS.conf_tok.c += -Dyylval=conf_lval -Dyyerror=conf_error
 
 CLEANFILES+=   build_version.h
 DPSRCS+=       build_version.h



Home | Main Index | Thread Index | Old Index