blob: abd33babebbcfb5ab70998755518ed4a7294b546 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001Actually pass the arguments to RANLIB.
2
3Upstream-Status: Pending
4Signed-off-by: Ross Burton <ross.burton@intel.com>
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005
Brad Bishop316dfdd2018-06-25 12:45:53 -04006Index: agent/Makefile.inc
7===================================================================
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008--- a/Makefile.inc
9+++ b/Makefile.inc
10@@ -92,6 +92,7 @@ ifeq ($(OPSYS),GNU/Linux)
11 OPTS += -DUSE_uuid_generate=0
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012 endif
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013 OPTS += -DENABLE_arch_$(shell uname -m)
14+ RANLIB += $@
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015 endif
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17 ifneq ($(OPSYS),Windows)