[svn] commit: r2826 - /trunk/src/bin/auth/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 27 12:43:35 UTC 2010
Author: jreed
Date: Fri Aug 27 12:43:35 2010
New Revision: 2826
Log:
Don't need to define full directory for library archive that
exists in the same build directory.
This fixes the dependency ordering noticed when building with
make -j (multiple jobs). I tested with distcheck and AM_MAKEFLAGS=-j8
and also confirmed by vorner (who first reported build problem).
I will make an autobuild use this (but not too frequent).
Modified:
trunk/src/bin/auth/Makefile.am
Modified: trunk/src/bin/auth/Makefile.am
==============================================================================
--- trunk/src/bin/auth/Makefile.am (original)
+++ trunk/src/bin/auth/Makefile.am Fri Aug 27 12:43:35 2010
@@ -59,7 +59,7 @@
b10_auth_LDADD += $(top_builddir)/src/lib/config/libcfgclient.la
b10_auth_LDADD += $(top_builddir)/src/lib/cc/libcc.la
b10_auth_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
-b10_auth_LDADD += $(top_builddir)/src/bin/auth/libasio_link.a
+b10_auth_LDADD += libasio_link.a
b10_auth_LDADD += $(top_builddir)/src/lib/xfr/libxfr.la
b10_auth_LDADD += $(SQLITE_LIBS)
More information about the bind10-changes
mailing list