From fd851865fa9e7a978f064699d079680370a85cc0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 27 Feb 2006 22:32:13 +0000 Subject: [PATCH] Updated arguments to ar --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }