From b5329d84cc108d6b44dd6d330ea209cb46ec7b76 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 15 Dec 1992 23:01:02 +0000 Subject: [PATCH] Change AR_FLAGS from qc to rc - the 'q' option is not Posix. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 40384f1ae70..d9f4cd49d83 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,7 @@ INSTALL_DATA = $(INSTALL) AS = as AR = ar -AR_FLAGS = qc +AR_FLAGS = rc CFLAGS = -g CXXFLAGS = -g -O RANLIB = ranlib -- 2.30.2