aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-27 01:09:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-27 01:09:24 +0000
commit4d00896d05294a11f74fde6e7107f6cf1be4d5b7 (patch)
treef3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /console-tools
parent6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff)
downloadbusybox-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.tar.gz
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in
index b19ce5cb2..23ce37397 100644
--- a/console-tools/Makefile.in
+++ b/console-tools/Makefile.in
@@ -37,7 +37,7 @@ CONSOLETOOLS_DIR-$(CONFIG_SETKEYCODES) += setkeycodes.o
libraries-y+=$(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR)
$(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y))
- $(AR) -ro $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y))
+ $(AR) $(ARFLAGS) $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y))
$(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<