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 --- applets/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/Makefile.in b/applets/Makefile.in index e31bb6fd9..8a43c79f3 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in @@ -29,7 +29,7 @@ APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) libraries-y+=$(APPLETS_DIR)$(APPLETS_AR) $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) - $(AR) -ro $@ $(APPLET_OBJ) + $(AR) $(ARFLAGS) $@ $(APPLET_OBJ) $(APPLET_OBJ): $(top_builddir)/.config $(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c -- cgit v1.2.3