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/065096b09e3b
branches: trunk
changeset: 379798:065096b09e3b
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 52f48229cc91 -r 065096b09e3b 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 @@ LIBDPLIBS+= asn1 ${HEIMBASE}/lib/libasn1
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 @@ SRCS= \
softp11.c \
${BUILT_SOURCES}
-LPREFIX= _hx509_sel_yy
CPPFLAGS+= \
-I${HEIMDIST}/lib/hx509/ref \
Home |
Main Index |
Thread Index |
Old Index