|
|
The branch, v3-2-test has been updated
via 2e934c72d2f02abf3a1c54d1cfd9921be0f55903 (commit)
from 7b2f25dd78f8e67b2ac4b5cd333fb788669fd2d3 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test
- Log -----------------------------------------------------------------
commit 2e934c72d2f02abf3a1c54d1cfd9921be0f55903
Author: Stefan Metzmacher <metze@xxxxxxxxx>
Date: Thu May 22 16:29:26 2008 +0200
build: fix dependencies for the generated libtdb.syms file
metze
-----------------------------------------------------------------------
Summary of changes:
source/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/Makefile.in b/source/Makefile.in
index b71bb34..77b0e76 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)
--
Samba Shared Repository
|
|