From 79a6bd269291a4b4dabc57254b79bbfa82ac70e4 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 10 Jun 2014 11:56:39 +1000 Subject: ctdb-build: Remove duplicate library dependency LIB_FLAGS includes TDB_LIBS. Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/Makefile.in') diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index f7d45ecf194..e57f126d798 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -178,7 +178,7 @@ bin/ctdb: $(CTDB_CLIENT_OBJ) tools/ctdb.o tools/ctdb_vacuum.o bin/ltdbtool: tools/ltdbtool.o $(TDB_OBJ) @echo Linking $@ - $(WRAPPER) $(CC) $(CFLAGS) -o $@ $+ $(TDB_LIBS) $(LIB_FLAGS) + $(WRAPPER) $(CC) $(CFLAGS) -o $@ $+ $(LIB_FLAGS) HELPER_COMMON_OBJ = common/system_util.o common/ctdb_logging.o \ lib/util/debug.o lib/util/util_time.o lib/util/util_file.o -- cgit