mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
98bc4decde
Signed-off-by: Alexey Neyman <stilor@att.net>
16 lines
277 B
Diff
16 lines
277 B
Diff
---
|
|
Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -39,7 +39,7 @@
|
|
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
|
|
|
|
libltrace.a: sysdeps/sysdep.o $(OBJ)
|
|
- $(AR) rcv $@ $^
|
|
+ $(AR) rscv $@ $^
|
|
|
|
$(OBJ): sysdeps/sysdep.o
|
|
|