From 484c24c8d7318cc36f9b3c2b7b55cf5ac91619ca Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 11 May 2020 11:40:33 +0200 Subject: Remove explicit dependency on configdata.pm when processing .in files For those files, the dependence on configdata.pm is automatic, adding it explicitly only results in having that dependency twice. Fixes #11786 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11790) --- doc/build.info | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/build.info') diff --git a/doc/build.info b/doc/build.info index 47728fed56..83da34ee29 100644 --- a/doc/build.info +++ b/doc/build.info @@ -56,7 +56,6 @@ DEPEND[$manfile]=$podfile GENERATE[$manfile]=$podfile _____ $OUT .= << "_____" if $podinfile; -DEPEND[$podfile]=$podinfile ../configdata.pm GENERATE[$podfile]=$podinfile _____ } -- cgit v1.2.3