BIND 10 master, updated. c9b2b1cc3060d991f9fdc89a8d70d4364f2e9d6d [master] Fix tab in Makefile
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 17 13:52:55 UTC 2012
The branch, master has been updated
via c9b2b1cc3060d991f9fdc89a8d70d4364f2e9d6d (commit)
from 0422339a5a2c934aec17869b8096f263d6cae922 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9b2b1cc3060d991f9fdc89a8d70d4364f2e9d6d
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Apr 17 15:52:15 2012 +0200
[master] Fix tab in Makefile
previous commit had a mangled tab due to a copy-paste error from the original diff
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am
index 2fd4b15..56010c5 100644
--- a/src/bin/auth/tests/Makefile.am
+++ b/src/bin/auth/tests/Makefile.am
@@ -73,6 +73,7 @@ run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.
run_unittests_LDADD += $(top_builddir)/src/lib/statistics/libstatistics.la
check-local:
- B10_FROM_BUILD=${abs_top_builddir} ./run_unittests
+ B10_FROM_BUILD=${abs_top_builddir} ./run_unittests
endif
+noinst_PROGRAMS = run_unittests
More information about the bind10-changes
mailing list