From: Stefan Metzmacher Date: Thu, 22 May 2008 14:29:26 +0000 (+0200) Subject: build: fix dependencies for the generated libtdb.syms file X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e934c72d2f02abf3a1c54d1cfd9921be0f55903;p=thirdparty%2Fsamba.git build: fix dependencies for the generated libtdb.syms file metze --- diff --git a/source/Makefile.in b/source/Makefile.in index b71bb34de90..77b0e76b9b8 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1575,7 +1575,7 @@ $(LIBTALLOC_STATIC_TARGET): $(BINARY_PREREQS) $(LIBTALLOC_OBJ0) MKSYMS_SH = $(srcdir)/script/mksyms.sh -$(LIBTDB_SYMS): $(LIBTDB_HEADERS) +$(LIBTDB_SYMS): $(LIBTDB_HEADERS) $(builddir)/library-versions @$(MKSYMS_SH) $(AWK) $(builddir)/library-versions $@ $(LIBTDB_HEADERS) $(LIBTDB_SHARED_TARGET): $(BINARY_PREREQS) $(LIBTDB_OBJ) $(LIBTDB_SYMS)