Date: Fri, 31 May 1996 12:03:27 +0200 From: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> To: freebsd-current@freefall.FreeBSD.org Subject: yacc rules break many things Message-ID: <199605311003.MAA24073@gilberto.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
/usr/src/lib/libform
was the next stopper. Something seems to have changed in the yacc
rules. The sources always rely on y.tab.h being present
but the -b prefix switch changes that to <prefix>.tab.h.
I hand fixed it by adding a line
cp ${.PREFIX}.tab.h y.tab.h
in the sys.mk .y.o: rule but this is surely only a temporary hack
since it leaves both header files and the clean target might not know
about it.
Or am I totally off?
--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605311003.MAA24073>
