summaryrefslogtreecommitdiff
path: root/busybox/editors/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/editors/Makefile.in')
-rw-r--r--busybox/editors/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/editors/Makefile.in b/busybox/editors/Makefile.in
index 571e05568..b43cc463b 100644
--- a/busybox/editors/Makefile.in
+++ b/busybox/editors/Makefile.in
@@ -41,7 +41,7 @@ ifeq ($(needlibm-y),y)
endif
$(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
- $(AR) -ro $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
+ $(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
$(EDITOR_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<