From: Mark Andrews Date: Tue, 6 Mar 2018 04:13:03 +0000 (+1100) Subject: don't allow a macro to end in '\' X-Git-Tag: v9.11.4rc1~90^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=29a95f0d83f0d58aac4fda8ec4eab46a4425e301;p=thirdparty%2Fbind9.git don't allow a macro to end in '\' (cherry picked from commit 57f7cf211cf059dd5ec6047978816f164ea0e524) --- diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 93ddcb1b37e..bf667a5716e 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -31,9 +31,8 @@ LWRESDEPLIBS = ../../lib/lwres/liblwres.@A@ LIBS = @LIBS@ -SUBDIRS = atomic db dst master mem hashes names \ - net rbt resolver sockaddr tasks timers system \ - @PKCS11_TOOLS@ +SUBDIR = atomic db dst master mem hashes names net rbt resolver \ + sockaddr tasks timers system @PKCS11_TOOLS@ # Test programs that are built by default: # cfg_test is needed for regenerating doc/misc/options