From 23fb1eba6f8e12479a5fe50a749da016e4d1a913 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Tue, 3 Oct 2023 09:34:38 +0200 Subject: [PATCH] remove obsolete intermediate sslh target --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aa2689e..efe938b 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ ifneq ($(strip $(USELIBEV)),) CONDITIONAL_TARGETS+=sslh-ev endif -all: sslh $(MAN) echosrv $(CONDITIONAL_TARGETS) +all: sslh-fork sslh-select $(MAN) echosrv $(CONDITIONAL_TARGETS) %.o: %.c %.h version.h $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ @@ -88,8 +88,6 @@ $(OBJS_A): $(OBJS) version.h: ./genver.sh >version.h -sslh: sslh-fork sslh-select - $(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