mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 12:35:46 +00:00
Remove two build errors with extra object file included that is not needed.
(Logical change 1.74) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@260 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
818072aa9c
commit
c22ca0ba7a
@ -92,10 +92,10 @@ testevt: testevt.o sa_error.o $(LIBRARIES)
|
||||
$(CC) $(LDFLAGS) -o testevt testevt.o sa_error.o $(LIBS)
|
||||
|
||||
testevs: testevs.o $(LIBS)
|
||||
$(CC) $(LDFLAGS) -o testevs testevs.o sa_error.o $(LIBS)
|
||||
$(CC) $(LDFLAGS) -o testevs testevs.o $(LIBS)
|
||||
|
||||
evsbench: evsbench.o $(LIBS)
|
||||
$(CC) $(LDFLAGS) -o evsbench evsbench.o sa_error.o $(LIBS)
|
||||
$(CC) $(LDFLAGS) -o evsbench evsbench.o $(LIBS)
|
||||
|
||||
testclm: testclm.o $(LIBRARIES)
|
||||
$(CC) $(LDFLAGS) -o testclm testclm.o $(LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user