Explorar o código

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
Steven Dake %!s(int64=18) %!d(string=hai) anos
pai
achega
983ee42d4c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test/Makefile

+ 2 - 2
test/Makefile

@@ -105,10 +105,10 @@ testclm: testclm.o $(LIBRARIES)
 testckpt: testckpt.o sa_error.o $(LIBRARIES)
 testckpt: testckpt.o sa_error.o $(LIBRARIES)
 	$(CC) $(LDFLAGS) -o testckpt testckpt.o sa_error.o $(LIBS)
 	$(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)
 	$(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)
 	$(CC) $(LDFLAGS) -o ckptbenchth ckptbenchth.o sa_error.o $(LIBS)
 
 
 ckptstress: ckptstress.o $(LIBRARIES)
 ckptstress: ckptstress.o $(LIBRARIES)