From 389ff5be1cda40f64e2b9d95b4c63b0fe417bfb7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 3 Feb 2004 05:30:11 +0000 Subject: [PATCH] finally found the correct way to handle generated source --- tools/qfcc/source/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/Makefile.am b/tools/qfcc/source/Makefile.am index 25ec7ac4b..4f547c372 100644 --- a/tools/qfcc/source/Makefile.am +++ b/tools/qfcc/source/Makefile.am @@ -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