From f141da6190abb23de31b433ca82d2e290c4f69d8 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 1 Dec 2014 17:37:21 +0000 Subject: [PATCH] Bring back OpenBSD make compatibility in Makefile Thanks @quing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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