From: Fabian Keil Date: Fri, 11 Sep 2020 17:53:25 +0000 (+0200) Subject: Register dependencies of the openssl object file so it is rebuilt when needed X-Git-Tag: v_3_0_29~105 X-Git-Url: http://www.privoxy.org/gitweb/-%22http:/sourceforge.net/static/git-logo.png?a=commitdiff_plain;h=899af552466e1685effc1767100a347209d1e9fc;p=privoxy.git Register dependencies of the openssl object file so it is rebuilt when needed --- diff --git a/GNUmakefile.in b/GNUmakefile.in index c0e8438b..7fdde4e0 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -744,6 +744,7 @@ urlmatch.@OBJEXT@: urlmatch.c urlmatch.h config.h $(PROJECT_H_DEPS) errlog.h client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h 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 # GNU regex gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h