projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be06bdc
)
Change AR_FLAGS from qc to rc - the 'q' option is not Posix.
author
Per Bothner
<per@bothner.com>
Tue, 15 Dec 1992 23:01:02 +0000
(23:01 +0000)
committer
Per Bothner
<per@bothner.com>
Tue, 15 Dec 1992 23:01:02 +0000
(23:01 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 40384f1ae700f262546bcc9fd9afefc9ac6c6f92..d9f4cd49d8327b88190f71de0b63862ab5e2dca0 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-51,7
+51,7
@@
INSTALL_DATA = $(INSTALL)
AS = as
AR = ar
-AR_FLAGS =
q
c
+AR_FLAGS =
r
c
CFLAGS = -g
CXXFLAGS = -g -O
RANLIB = ranlib