From 451562cc42aee32f973821d3e46560a5be4e9355 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 11 Sep 2020 19:56:20 +0200 Subject: [PATCH] Register dependencies of the ssl_common object file so it is rebuilt when needed --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 7fdde4e0..7cf9b49f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -745,6 +745,7 @@ client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) err fuzz.@OBJEXT@: fuzz.c config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h ssl.@OBJEXT@: ssl.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h openssl.@OBJEXT@: openssl.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h +ssl_common.@OBJEXT@: ssl_common.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h # GNU regex gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h -- 2.39.2