From 3fffce323d5992d39d4535c132599a3dde24a4d4 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Wed, 25 May 2022 17:07:19 +0200 Subject: [PATCH] fix dependencies for hash.o (fix #333) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f25fb9..aef9fda 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ version.h: sslh: sslh-fork sslh-select sslh-ev -$(OBJS): version.h common.h collection.h sslh-conf.h gap.h +$(OBJS) $(FORK_OBJS) $(SELECT_OBJS) $(EV_OBJS): argtable3.h collection.h common.h gap.h hash.h log.h probe.h processes.h sslh-conf.h tcp-listener.h tcp-probe.h tls.h udp-listener.h version.h sslh-conf.c sslh-conf.h: sslhconf.cfg conf2struct sslhconf.cfg