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
@@ -11,7 +11,7 @@ BUILT_SOURCES = \
|
||||
hx509_err.c \
|
||||
hx509_err.h
|
||||
|
||||
AM_YFLAGS = -o sel-gram.c
|
||||
AM_YFLAGS = -d -o sel-gram.c
|
||||
|
||||
dist_libhx509_la_SOURCES = \
|
||||
ca.c \
|
||||
|
Reference in New Issue
Block a user