Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-27 05:09:24 +0400
committerMike Frysinger <vapier@gentoo.org>2005-07-27 05:09:24 +0400
commit4d00896d05294a11f74fde6e7107f6cf1be4d5b7 (patch)
treef3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /libpwdgrp
parent6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff)
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/Makefile.in b/libpwdgrp/Makefile.in
index 9bdfc10d8..7d7241c66 100644
--- a/libpwdgrp/Makefile.in
+++ b/libpwdgrp/Makefile.in
@@ -42,7 +42,7 @@ LIBPWDGRP_MOBJS1=$(patsubst %,$(LIBPWDGRP_DIR)%, $(LIBPWDGRP_MOBJ1-y))
libraries-y+=$(LIBPWDGRP_DIR)$(LIBPWDGRP_AR)
$(LIBPWDGRP_DIR)$(LIBPWDGRP_AR): $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1)
- $(AR) -ro $@ $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1)
+ $(AR) $(ARFLAGS) $@ $(LIBPWDGRP_MOBJS0) $(LIBPWDGRP_MOBJS1)
$(LIBPWDGRP_MOBJS0): $(LIBPWDGRP_MSRC0)
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DL_$(notdir $*) -c $< -o $@