diff --git a/tools/qfcc/source/qfcc.c b/tools/qfcc/source/qfcc.c index 259f9098c..99bf735b4 100644 --- a/tools/qfcc/source/qfcc.c +++ b/tools/qfcc/source/qfcc.c @@ -591,7 +591,8 @@ separate_compile (void) } if (strncmp (*file, "-l", 2) && (!strcmp (extension->str, ".r") - || !strcmp (extension->str, ".qc"))) { + || !strcmp (extension->str, ".qc") + || !strcmp (extension->str, ".c"))) { if (options.verbosity >= 2) printf ("%s %s\n", *file, output_file->str); temp_files[i++] = save_string (output_file->str);