]> granicus.if.org Git - nethack/commit
lexing updates (sys/unix/Makefile.utl)
authorPatR <rankin@nethack.org>
Sat, 28 Nov 2015 11:46:33 +0000 (03:46 -0800)
committerPatR <rankin@nethack.org>
Sat, 28 Nov 2015 11:46:33 +0000 (03:46 -0800)
commitfc92770cf74ffbb5e25b53b9f24e35937144eb32
treeaae3911d9e9d5853ca5c99bc7d83ae1baa4e8dcb
parentc134af7a7762c0c0b2c623f5f674d596e411687c
lexing updates (sys/unix/Makefile.utl)

Change the 'make' rules for *_lex.c, *_yacc.c, and *_comp.h to put
the end files names into whatever #line directives that refer to
the generated names (lex.yy.c, y.tab.c, y.tab.h).  This should not
produce any change in behavior during compilation except to provide
more accurate specifications of where any warnings or errors occur.

Add a 'make dist' target that copies generated scanner and parser
files to sys/share.  (As mentioned in the previous patch, I haven't
committed any of those since I have different versions of flex and
also of bison.)
sys/unix/Makefile.utl