mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
make sure qc-parse.h gets built before files that depend on it
This commit is contained in:
parent
b1ccfce60a
commit
e1d66fdfb8
1 changed files with 2 additions and 1 deletions
|
@ -44,4 +44,5 @@ qfcc_SOURCES= \
|
||||||
|
|
||||||
qfcc_LDADD= $(QFCC_LIBS)
|
qfcc_LDADD= $(QFCC_LIBS)
|
||||||
qfcc_DEPENDENCIES= $(QFCC_DEPS)
|
qfcc_DEPENDENCIES= $(QFCC_DEPS)
|
||||||
EXTRA_DIST= qc-parse.h
|
|
||||||
|
emit.c expr.c switch.c qc-lex.l: qc-parse.h
|
||||||
|
|
Loading…
Reference in a new issue