From 4d00896d05294a11f74fde6e7107f6cf1be4d5b7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 27 Jul 2005 01:09:24 +0000 Subject: use toplevel ARFLAGS and update default ARFLAGS to be quiet --- console-tools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-tools') 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 $@ $< -- cgit v1.2.3