Pass -d to yacc(1) so it generates the header file.
Bison must generate this unsolicited, but BSD yacc does not. The makefiles for lib/com_err and lib/sl already did this; this change just adds it to lib/asn1 and lib/hx509 too. fix https://github.com/heimdal/heimdal/issues/1100
This commit is contained in:

committed by
Nico Williams

parent
9569ee1a3b
commit
ca0e53b64f
@@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
WFLAGS += $(WFLAGS_ENUM_CONV)
|
||||
|
||||
YFLAGS = -o asn1parse.c -t
|
||||
YFLAGS = -d -o asn1parse.c -t
|
||||
|
||||
AM_CPPFLAGS += $(ROKEN_RENAME) -I$(top_builddir)/include -I$(top_srcdir)/lib/base
|
||||
|
||||
|
Reference in New Issue
Block a user