commit f141da6190abb23de31b433ca82d2e290c4f69d8 Author: sin <[email protected]> Date: Mon Dec 1 17:37:21 2014 +0000
Bring back OpenBSD make compatibility in Makefile
Thanks @quing
diff --git a/Makefile b/Makefile
index 78e6ed7..6c526db 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ MAN = $(BIN:=.1)
all: $(BIN)
-$(BIN): $(LIB)
+$(BIN): $(LIB) $(@:=.o)
$(OBJ): $(HDR) config.mk
