[hackers] [ubase] Update only the modified objects in util.a || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 16 Oct 2014 12:29:53 +0200

commit 82500097cfed0c5cb88516af3c89b80af66d5b74
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Thu Oct 16 11:29:21 2014 +0100

    Update only the modified objects in util.a

diff --git a/Makefile b/Makefile
index 07c2de0..f172c7c 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -163,7 +163,7 @@ config.h:
 
 util.a: $(LIB)
         _AT_echo AR $@
- _AT_$(AR) -r -c $@ $(LIB)
+ _AT_$(AR) -r -c $@ $?
         _AT_ranlib $@
 
 lastb: last
Received on Thu Oct 16 2014 - 12:29:53 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 16 2014 - 12:36:11 CEST