diff --git a/src/makefile.c b/src/makefile.c index e7771c5..fcfbfe0 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -326,7 +326,7 @@ static void _variables_library(Configure * configure, Config * config, fprintf(fp, "%s%s%s", "CFLAGS\t= ", p, "\n"); } - fprintf(fp, "%s", "AR\t= ar rc\n"); + fprintf(fp, "%s", "AR\t= ar -rc\n"); fprintf(fp, "%s", "RANLIB\t= ranlib\n"); fprintf(fp, "%s", "LD\t= ld -shared\n"); }