فهرست منبع

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
Steven Dake 21 سال پیش
والد
کامیت
c22ca0ba7a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      test/Makefile

+ 2 - 2
test/Makefile

@@ -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)