BIND 10 trac764, updated. 551a2d7f6ed5744170265ea5bc7b99690b58a6f5 [trac1093] same argument order thingy for lib/notify
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 7 08:41:13 UTC 2011
The branch, trac764 has been updated
via 551a2d7f6ed5744170265ea5bc7b99690b58a6f5 (commit)
from 0529433796c0024e9345edd3c458e22e1aec9043 (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 551a2d7f6ed5744170265ea5bc7b99690b58a6f5
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jul 7 10:40:58 2011 +0200
[trac1093] same argument order thingy for lib/notify
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/notify/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/notify/Makefile.am b/src/lib/python/isc/notify/Makefile.am
index a3a7dcf..851d274 100644
--- a/src/lib/python/isc/notify/Makefile.am
+++ b/src/lib/python/isc/notify/Makefile.am
@@ -6,7 +6,7 @@ pyexec_DATA = $(top_builddir)/src/lib/python/notify_out_messages.py
pythondir = $(pyexecdir)/isc/notify
$(top_builddir)/src/lib/python/notify_out_messages.py: notify_out_messages.mes
- $(top_builddir)/src/lib/log/compiler/message -p $(top_srcdir)/src/lib/python/isc/notify/notify_out_messages.mes -d $(top_builddir)/src/lib/python
+ $(top_builddir)/src/lib/log/compiler/message -p -d $(top_builddir)/src/lib/python $(top_srcdir)/src/lib/python/isc/notify/notify_out_messages.mes
EXTRA_DIST = notify_out_messages.mes
More information about the bind10-changes
mailing list