Module Name:    src
Committed By:   christos
Date:           Sun Jan 25 14:56:22 UTC 2015

Modified Files:
        src/external/bsd/am-utils/bin/amd: Makefile

Log Message:
new lex/yacc need less help with prefixes.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/am-utils/bin/amd/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/am-utils/bin/amd/Makefile
diff -u src/external/bsd/am-utils/bin/amd/Makefile:1.10 src/external/bsd/am-utils/bin/amd/Makefile:1.11
--- src/external/bsd/am-utils/bin/amd/Makefile:1.10	Wed Feb 13 20:57:42 2013
+++ src/external/bsd/am-utils/bin/amd/Makefile	Sun Jan 25 09:56:22 2015
@@ -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 @@ YHEADER=	1
 
 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

Reply via email to