diff --git a/tools/qfcc/source/Makefile.am b/tools/qfcc/source/Makefile.am index 0caaae3a2..c1bd2ae0e 100644 --- a/tools/qfcc/source/Makefile.am +++ b/tools/qfcc/source/Makefile.am @@ -38,8 +38,8 @@ YFLAGS = -d bin_PROGRAMS= qfcc qfcc_SOURCES= \ - class.c cmdlib.c cpp.c debug.c emit.c expr.c function.c immediate.c \ - method.c opcodes.c options.c pr_def.c precache.c qc-lex.l qc-parse.y \ + class.c cmdlib.c cpp.c debug.c emit.c expr.c function.c idstuff.c \ + immediate.c method.c opcodes.c options.c pr_def.c qc-lex.l qc-parse.y \ qfcc.c struct.c switch.c type.c qfcc_LDADD= $(QFCC_LIBS) diff --git a/tools/qfcc/source/precache.c b/tools/qfcc/source/idstuff.c similarity index 100% rename from tools/qfcc/source/precache.c rename to tools/qfcc/source/idstuff.c