build: fix dependencies for the generated libtdb.syms file
authorStefan Metzmacher <metze@samba.org>
Thu, 22 May 2008 14:29:26 +0000 (16:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 May 2008 14:29:26 +0000 (16:29 +0200)
metze

source/Makefile.in

index b71bb34de90acd44df25dc75ec7898d487e7c414..77b0e76b9b8434886321fc1ff3242c51994cea80 100644 (file)
@@ -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)