From 57f7cf211cf059dd5ec6047978816f164ea0e524 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Mar 2018 15:13:03 +1100 Subject: [PATCH] don't allow a macro to end in '\' --- bin/tests/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 0c2ecfda3a7..6e312887a22 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -32,9 +32,8 @@ ISCCFGDEPLIBS = ../../lib/isccfg/libisccfg.@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@ TESTDIRS = system -- 2.47.3