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 /editors | |
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 'editors')
-rw-r--r-- | editors/Makefile.in | 2 |
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) | |||
41 | endif | 41 | endif |
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 $@ $< |