make sure qc-parse.h gets built before files that depend on it

This commit is contained in:
Bill Currie 2002-06-03 03:45:24 +00:00
parent b1ccfce60a
commit e1d66fdfb8
1 changed files with 2 additions and 1 deletions

View File

@ -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