mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 17:17:22 -04:00
don't allow a macro to end in '\'
(cherry picked from commit 57f7cf211c)
This commit is contained in:
parent
58b961b19d
commit
29a95f0d83
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue