build: Remove unneeded dependency

Make will search in the catalogue of rules for a way to
update the target, and in case of finding the dependency
it will apply the rule without a need of specifying that
dependency.
This commit is contained in:
Roberto E. Vargas Caballero 2023-09-26 20:51:30 +02:00
parent 986bbb9253
commit 6285c22a07
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ MAN = $(BIN:=.1)
all: $(BIN)
$(BIN): $(LIB) $(@:=.o)
$(BIN): $(LIB)
$(OBJ): $(HDR) config.mk