mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:22:05 -04:00
don't allow a macro to end in '\'
This commit is contained in:
parent
8529e124ea
commit
57f7cf211c
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue