diff --git a/tools/qfcc/source/Makefile.am b/tools/qfcc/source/Makefile.am index e5c0e3780..62bc583f6 100644 --- a/tools/qfcc/source/Makefile.am +++ b/tools/qfcc/source/Makefile.am @@ -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 \ diff --git a/tools/qfpreqcc/qfpreqcc b/tools/qfcc/source/qfpreqcc similarity index 100% rename from tools/qfpreqcc/qfpreqcc rename to tools/qfcc/source/qfpreqcc