]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix line continuation in fuzz/Makefile.in
authorMichał Kępień <michal@isc.org>
Fri, 24 Aug 2018 12:00:32 +0000 (14:00 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 24 Aug 2018 12:00:32 +0000 (14:00 +0200)
commit875b29c3e3f89872d55b2ca8078aff3d146329d7
treebb3aac3215dc62d830478f7146b7b0f9a28f2f20
parentba350f40ffe0ff496a67b9b2c3d6b22290ad7480
Fix line continuation in fuzz/Makefile.in

Add a missing semicolon to prevent "make test" run from the top-level
directory from failing even when all system and unit tests succeed due
to "(cd fuzz && ${MAKE} check)" returning a non-zero exit code.
fuzz/Makefile.in