From d27063247ef1d9a8dedb7694367bdc8dab9939ae Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 12 Aug 2022 12:41:25 +0200 Subject: [PATCH] Superfluous dependecies in Makefile --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 30a516a0..6dad8288 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,7 +167,7 @@ no-drill-config-h: exit -1 ; \ fi -drill/drill: lib $(DRILL_LOBJS) $(LIB) $(LIBLOBJS) +drill/drill: $(DRILL_LOBJS) $(LIB) $(LIBLOBJS) $(LINK_EXE) $(DRILL_LOBJS) $(LIBLOBJS) $(LIB) $(LIBSSL_LIBS) $(LIBS) -o drill/drill drill/drill.1: $(srcdir)/drill/drill.1.in @@ -188,7 +188,7 @@ uninstall-drill: clean-drill: $(LIBTOOL) --mode clean rm -f $(DRILL_LOBJS) drill/drill drill/drill.1 -examples: no-examples-config-h lib $(EXAMPLE_PROGS) $(TESTNS) $(LDNS_DPA) $(LDNS_DANE) $(EX_SSL_PROGS) examples/ldns-dane.1 examples/ldns-verify-zone.1 +examples: no-examples-config-h $(EXAMPLE_PROGS) $(TESTNS) $(LDNS_DPA) $(LDNS_DANE) $(EX_SSL_PROGS) examples/ldns-dane.1 examples/ldns-verify-zone.1 no-examples-config-h: @if test -e $(srcdir)/examples/config.h -o -e examples/config.h ; \ then echo "A config.h was detected in the examples subdirectory." ; \ -- 2.47.3