[hackers] [sinit] Just use $(OBJ) instead of hardcoded sinit.o || sin

From: <git_AT_suckless.org>
Date: Thu, 04 Dec 2014 15:30:57 +0100

commit c714a445f7b016b17f371e3eb6d90eb5d8076622
Author: sin <sin_AT_2f30.org>
Date: Thu Dec 4 14:30:39 2014 +0000

    Just use $(OBJ) instead of hardcoded sinit.o

diff --git a/Makefile b/Makefile
index a3d253f..7e2fde5 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -8,7 +8,7 @@ all: $(BIN)
 $(BIN): $(OBJ)
         $(CC) $(LDFLAGS) -o $_AT_ $(OBJ) $(LDLIBS)
 
-sinit.o: config.h
+$(OBJ): config.h
 
 install: all
         mkdir -p $(DESTDIR)$(PREFIX)/bin
Received on Thu Dec 04 2014 - 15:30:57 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 04 2014 - 15:36:10 CET