mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
finally found the correct way to handle generated source
This commit is contained in:
parent
3dff32a314
commit
389ff5be1c
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ qfprogs_SOURCES= \
|
|||
qfprogs_LDADD= $(QFCC_LIBS)
|
||||
qfprogs_DEPENDENCIES= $(QFCC_DEPS)
|
||||
|
||||
constfold.$(OBJEXT) emit.$(OBJEXT) expr.$(OBJEXT) switch.$(OBJEXT) qc-lex.$(OBJEXT): qc-parse.h
|
||||
BUILT_SOURCES=qc-parse.c qc-parse.h qc-lex.c
|
||||
|
||||
EXTRA_DIST=qc-lex.c qc-parse.c qc-parse.h qfpreqcc
|
||||
|
|
Loading…
Reference in a new issue