From: Ondřej Surý Date: Tue, 2 Jul 2019 10:16:30 +0000 (+0200) Subject: Add rules to make sure subdirs are always built before testdirs X-Git-Tag: v9.11.9~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e241430127cd81f6eb2251553a3cfc505712f2c;p=thirdparty%2Fbind9.git Add rules to make sure subdirs are always built before testdirs (cherry picked from commit 723433cbc61d1a04c78355b25414e75e6b8880db) --- diff --git a/make/rules.in b/make/rules.in index 3bb1928d33b..8804a5a4b6f 100644 --- a/make/rules.in +++ b/make/rules.in @@ -69,7 +69,7 @@ subdirs: # # Tests are built after the targets instead of before # -testdirs: +testdirs: subdirs ${TARGETS} @for i in ${ALL_TESTDIRS}; do \ if [ "$$i" != "nulldir" -a -d $$i ]; then \ echo "making all in `pwd`/$$i"; \