From 983ee42d4c9cac6b91bb05f7205883cfd11e729b Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 28 Sep 2007 01:08:39 +0000 Subject: [PATCH] Patch to fix dependencies in build of test programs. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1460 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 6880e197..38cfa545 100644 --- a/test/Makefile +++ b/test/Makefile @@ -105,10 +105,10 @@ testclm: testclm.o $(LIBRARIES) testckpt: testckpt.o sa_error.o $(LIBRARIES) $(CC) $(LDFLAGS) -o testckpt testckpt.o sa_error.o $(LIBS) -ckptbench: ckptbench.o $(LIBRARIES) +ckptbench: ckptbench.o sa_error.o $(LIBRARIES) $(CC) $(LDFLAGS) -o ckptbench ckptbench.o sa_error.o $(LIBS) -ckptbenchth: ckptbenchth.o $(LIBRARIES) +ckptbenchth: ckptbenchth.o sa_error.o $(LIBRARIES) $(CC) $(LDFLAGS) -o ckptbenchth ckptbenchth.o sa_error.o $(LIBS) ckptstress: ckptstress.o $(LIBRARIES)