move qfpreqcc in with qfcc for relationship reasons

This commit is contained in:
Bill Currie 2004-01-28 05:34:23 +00:00
parent 518143bec3
commit b2ccb50b81
2 changed files with 4 additions and 0 deletions

View file

@ -37,14 +37,18 @@ YFLAGS = -d
if BUILD_QFCC
qfcc=qfcc
qfpreqcc=qfpreqcc
qfprogs=qfprogs
else
qfcc=
qfpreqcc=
qfprogs=
endif
bin_PROGRAMS= $(qfcc) $(qfprogs)
bin_SCRIPTS= $(qfpreqcc)
EXTRA_PROGRAMS= qfcc qfprogs
EXTRA_SCRIPTS= qfpreqcc
qfcc_SOURCES= \
class.c constfold.c cpp.c debug.c def.c emit.c expr.c function.c \