From d76f6b24fe80f8e5e0d046f0d6a707080aaeeb30 Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Wed, 1 May 2019 22:05:53 -0700 Subject: [PATCH] simplify flags with ar to improve bsd ar compatability --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 43a28b28..ee92e6e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -211,7 +211,7 @@ $(2)_lib_libnames := $$(patsubst %, lib%.a, $$($(2)_lib_libs)) $(2)_lib_libarg := $$(patsubst %, -l%, $$($(2)_lib_libs)) lib$(1).a : $$($(2)_objs) $$($(2)_c_objs) $$($(2)_lib_libnames) - $(AR) rcs -o $$@ $$^ + $(AR) rcs $$@ $$^ $(2)_junk += lib$(1).a