Change AR_FLAGS from qc to rc - the 'q' option is not Posix.

This commit is contained in:
Per Bothner 1992-12-15 23:01:02 +00:00
parent be06bdcdd7
commit b5329d84cc

View File

@ -51,7 +51,7 @@ INSTALL_DATA = $(INSTALL)
AS = as
AR = ar
AR_FLAGS = qc
AR_FLAGS = rc
CFLAGS = -g
CXXFLAGS = -g -O
RANLIB = ranlib