Bring back OpenBSD make compatibility in Makefile
Thanks @quing
This commit is contained in:
parent
1bd598c9ed
commit
f141da6190
2
Makefile
2
Makefile
@ -140,7 +140,7 @@ MAN = $(BIN:=.1)
|
|||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
$(BIN): $(LIB)
|
$(BIN): $(LIB) $(@:=.o)
|
||||||
|
|
||||||
$(OBJ): $(HDR) config.mk
|
$(OBJ): $(HDR) config.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user