[SCM] CTDB repository - branch master updated - ctdb-2.3-89-geb85757

Amitay Isaacs amitay at samba.org
Thu Aug 22 02:13:50 MDT 2013


The branch, master has been updated
       via  eb8575718400c45626cd1b2e0fd247bc3ebff655 (commit)
      from  618ea3660e36e7bd92b686e1ca8728cf63c3c068 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit eb8575718400c45626cd1b2e0fd247bc3ebff655
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Thu Aug 22 17:59:31 2013 +1000

    build: Fix build dependencies for ctdb_lock_tdb
    
    Signed-off-by: Amitay Isaacs <amitay at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index 7bda4d5..41bdb7e 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -313,7 +313,7 @@ tests/bin/ctdb_tool_stubby: $(CTDB_TEST_OBJ) tests/src/ctdb_tool_stubby.o
 	@echo Linking $@
 	$(WRAPPER) $(CC) $(CFLAGS) -o $@ tests/src/ctdb_tool_stubby.o $(CTDB_TEST_OBJ) $(POPT_OBJ) $(LIB_FLAGS)
 
-tests/bin/ctdb_lock_tdb: tests/src/ctdb_lock_tdb.o @TDB_OBJ@
+tests/bin/ctdb_lock_tdb: tests/src/ctdb_lock_tdb.o $(CTDB_CLIENT_OBJ)
 	@echo Linking $@
 	$(WRAPPER) $(CC) $(CFLAGS) -o $@ $^ $(LIB_FLAGS)
 


-- 
CTDB repository


More information about the samba-cvs mailing list