aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-27 01:09:24 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-27 01:09:24 +0000
commit5ad3481b9ea928c9a6973b873a12db795564f7ec (patch)
treef3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /editors
parent3c3a2fd42800c8353759300d7d98673f03442310 (diff)
downloadbusybox-w32-5ad3481b9ea928c9a6973b873a12db795564f7ec.tar.gz
busybox-w32-5ad3481b9ea928c9a6973b873a12db795564f7ec.tar.bz2
busybox-w32-5ad3481b9ea928c9a6973b873a12db795564f7ec.zip
use toplevel ARFLAGS and update default ARFLAGS to be quiet
git-svn-id: svn://busybox.net/trunk/busybox@10923 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Makefile.in b/editors/Makefile.in
index 571e05568..b43cc463b 100644
--- a/editors/Makefile.in
+++ b/editors/Makefile.in
@@ -41,7 +41,7 @@ ifeq ($(needlibm-y),y)
41endif 41endif
42 42
43$(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) 43$(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
44 $(AR) -ro $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) 44 $(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
45 45
46$(EDITOR_DIR)%.o: $(srcdir)/%.c 46$(EDITOR_DIR)%.o: $(srcdir)/%.c
47 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 47 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<