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/8033673f8b5c
branches: trunk
changeset: 335819:8033673f8b5c
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 c02822481290 -r 8033673f8b5c 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