Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/heimdal/lib/libhx509 hide yyerrflag, yyv...



details:   https://anonhg.NetBSD.org/src/rev/e054fb08826a
branches:  trunk
changeset: 984050:e054fb08826a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 20 10:38:54 2021 +0000

description:
hide yyerrflag, yyval; centralize lex and yacc settings

diffstat:

 crypto/external/bsd/heimdal/lib/libhx509/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f7651a3f678e -r e054fb08826a crypto/external/bsd/heimdal/lib/libhx509/Makefile
--- a/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jun 20 07:11:38 2021 +0000
+++ b/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jun 20 10:38:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/02/04 03:19:51 christos Exp $
+# $NetBSD: Makefile,v 1.7 2021/06/20 10:38:54 christos Exp $
 
 NOLINT=                # defined
 
@@ -19,6 +19,8 @@
                wind    ${HEIMBASE}/lib/libwind
 
 YHEADER=1
+YPREFIX=  _hx509_sel_yy
+LPREFIX=  _hx509_sel_yy
 
 INCSDIR=       /usr/include/krb5 
 INCS+=         hx509.h hx509-protos.h ${ASN1_INCS} ${COMPILE_ET_INCS}
@@ -56,7 +58,6 @@
        softp11.c               \
        ${BUILT_SOURCES}
 
-LPREFIX=  _hx509_sel_yy
 
 CPPFLAGS+=                             \
        -I${HEIMDIST}/lib/hx509/ref     \



Home | Main Index | Thread Index | Old Index