summaryrefslogtreecommitdiff
path: root/busybox/shell/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/shell/Makefile.in')
-rw-r--r--busybox/shell/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/shell/Makefile.in b/busybox/shell/Makefile.in
index 61b2846ac..9677fd62f 100644
--- a/busybox/shell/Makefile.in
+++ b/busybox/shell/Makefile.in
@@ -33,7 +33,7 @@ SHELLT-$(CONFIG_FEATURE_COMMAND_EDITING) += cmdedit.o
libraries-y+=$(SHELL_DIR)$(SHELL_AR)
$(SHELL_DIR)$(SHELL_AR): $(patsubst %,$(SHELL_DIR)%, $(SHELLT-y))
- $(AR) -ro $@ $(patsubst %,$(SHELL_DIR)%, $(SHELLT-y))
+ $(AR) $(ARFLAGS) $@ $(patsubst %,$(SHELL_DIR)%, $(SHELLT-y))
$(SHELL_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<