Skip to main content.

2001-Jan-27

Tried to "make release" but had problems!
/usr/src/lib/libcom_err/compile_et/../../../crypto/dist/heimdal/lib/com_err/comp
ile_et.c:42: parse.h: No such file or directory
I found this on a mailing list, but no answers. I built it with yacc ("yacc -d parse.y ; mv y.tab.h parse.h") and it compiled, but a "make build" cleaned up and removed my new header file. Learned about "make -d m" -- which shows some debugging information about making targets.