[hackers] [scc] [lib] Use ARFLAGS instead of using hardcodes one || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Wed, 15 Jun 2016 17:49:09 +0200 (CEST)

commit fcde896a2c7aff772491c9d93b24093546cb7274
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Jun 15 17:48:10 2016 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Wed Jun 15 17:48:10 2016 +0200

    [lib] Use ARFLAGS instead of using hardcodes one

diff --git a/lib/Makefile b/lib/Makefile
index 3795f7b..061384a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
_AT_@ -8,7 +8,7 @@ all: libcc.a
 
 
 libcc.a: $(OBJS)
- ar r $_AT_ $?
+ ar $(ARFLAGS) $_AT_ $?
         ranlib $_AT_
 
 clean:
Received on Wed Jun 15 2016 - 17:49:09 CEST

This archive was generated by hypermail 2.3.0 : Wed Jun 15 2016 - 18:00:17 CEST