Browse Source

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).


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2826 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 14 years ago
parent
commit
9d3093ecb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/Makefile.am

+ 1 - 1
src/bin/auth/Makefile.am

@@ -59,7 +59,7 @@ b10_auth_LDADD += $(top_builddir)/src/lib/dns/libdns++.la
 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)