From e1d66fdfb8650d454de81680a24435b720112db8 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 3 Jun 2002 03:45:24 +0000 Subject: [PATCH] make sure qc-parse.h gets built before files that depend on it --- tools/qfcc/source/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/qfcc/source/Makefile.am b/tools/qfcc/source/Makefile.am index c63f9ccce..3e4cc6f6c 100644 --- a/tools/qfcc/source/Makefile.am +++ b/tools/qfcc/source/Makefile.am @@ -44,4 +44,5 @@ qfcc_SOURCES= \ qfcc_LDADD= $(QFCC_LIBS) qfcc_DEPENDENCIES= $(QFCC_DEPS) -EXTRA_DIST= qc-parse.h + +emit.c expr.c switch.c qc-lex.l: qc-parse.h