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 /archival/libunarchive/Makefile.in | |
parent | 6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff) |
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r-- | archival/libunarchive/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index 809b0e10e..c0464c72b 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -77,7 +77,7 @@ LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES) libraries-y+=$(LIBUNARCHIVE_DIR)$(LIBUNARCHIVE_AR) $(LIBUNARCHIVE_DIR)$(LIBUNARCHIVE_AR): $(patsubst %,$(LIBUNARCHIVE_DIR)%, $(LIBUNARCHIVE-y)) - $(AR) -ro $@ $(patsubst %,$(LIBUNARCHIVE_DIR)%, $(LIBUNARCHIVE-y)) + $(AR) $(ARFLAGS) $@ $(patsubst %,$(LIBUNARCHIVE_DIR)%, $(LIBUNARCHIVE-y)) $(LIBUNARCHIVA_DIR)%.o: $(srcdir)/%.c $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< |