[hackers] [sbase] Bring back OpenBSD make compatibility in Makefile || sin

From: <git_AT_suckless.org>
Date: Mon, 01 Dec 2014 18:37:49 +0100

commit f141da6190abb23de31b433ca82d2e290c4f69d8
Author: sin <sin_AT_2f30.org>
Date: Mon Dec 1 17:37:21 2014 +0000

    Bring back OpenBSD make compatibility in Makefile
    
    Thanks _AT_quing

diff --git a/Makefile b/Makefile
index 78e6ed7..6c526db 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -140,7 +140,7 @@ MAN = $(BIN:=.1)
 
 all: $(BIN)
 
-$(BIN): $(LIB)
+$(BIN): $(LIB) $(_AT_:=.o)
 
 $(OBJ): $(HDR) config.mk
 
Received on Mon Dec 01 2014 - 18:37:49 CET

This archive was generated by hypermail 2.3.0 : Mon Dec 01 2014 - 18:48:09 CET