mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
make bison output a state file
This is an imperfect revision of history.
This commit is contained in:
parent
1e1734f6b4
commit
a2e05dbe83
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ QFCC_DEPS=@QFCC_DEPS@
|
|||
QFCC_INCS=@QFCC_INCS@
|
||||
|
||||
INCLUDES= -I$(top_srcdir)/include $(QFCC_INCS)
|
||||
YFLAGS = -d
|
||||
YFLAGS = -v -d
|
||||
|
||||
if BUILD_QFCC
|
||||
qfcc=qfcc
|
||||
|
|
Loading…
Reference in a new issue