Updated arguments to ar

This commit is contained in:
Pierre Pronchery 2006-02-27 22:32:13 +00:00
parent 460c9ca86d
commit fd851865fa

View File

@ -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");
}