diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-27 01:09:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-27 01:09:24 +0000 |
commit | 4d00896d05294a11f74fde6e7107f6cf1be4d5b7 (patch) | |
tree | f3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /applets | |
parent | 6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff) | |
download | busybox-w32-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.tar.gz busybox-w32-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.tar.bz2 busybox-w32-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.zip |
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'applets')
-rw-r--r-- | applets/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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)) | |||
29 | libraries-y+=$(APPLETS_DIR)$(APPLETS_AR) | 29 | libraries-y+=$(APPLETS_DIR)$(APPLETS_AR) |
30 | 30 | ||
31 | $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) | 31 | $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) |
32 | $(AR) -ro $@ $(APPLET_OBJ) | 32 | $(AR) $(ARFLAGS) $@ $(APPLET_OBJ) |
33 | 33 | ||
34 | $(APPLET_OBJ): $(top_builddir)/.config | 34 | $(APPLET_OBJ): $(top_builddir)/.config |
35 | $(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c | 35 | $(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c |