diff options
author | Mike Frysinger | 2005-07-27 01:09:24 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-07-27 01:09:24 +0000 |
commit | 4d00896d05294a11f74fde6e7107f6cf1be4d5b7 (patch) | |
tree | f3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /libbb/Makefile.in | |
parent | 6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff) | |
download | busybox-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.zip busybox-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.tar.gz |
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index d4c5ec1..212ed70 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -84,7 +84,7 @@ libraries-y+=$(LIBBB_DIR)$(LIBBB_AR) $(LIBBB_DIR)$(LIBBB_AR): $(LIBBB_OBJS) $(LIBBB_MOBJS0) $(LIBBB_MOBJS1) \ $(LIBBB_MOBJS2) $(LIBBB_MOBJS3) $(LIBBB_MOBJS4) - $(AR) -ro $@ $(LIBBB_OBJS) $(LIBBB_MOBJS0) $(LIBBB_MOBJS1) \ + $(AR) $(ARFLAGS) $@ $(LIBBB_OBJS) $(LIBBB_MOBJS0) $(LIBBB_MOBJS1) \ $(LIBBB_MOBJS2) $(LIBBB_MOBJS3) $(LIBBB_MOBJS4) $(LIBBB_DIR)%.o: $(srcdir)/%.c |