[Openais] [PATCH] test/Makefile fix minor dependency problem

angus salkeld angus.salkeld at alliedtelesis.co.nz
Thu Sep 27 18:07:44 PDT 2007


Hi

Here is a minor dependency problem. I only get it because I am using
icecream and make -j20.

-Angus

--- openais-clean/test/Makefile 2007-09-28 13:03:34.000000000 +1200
+++ openais/test/Makefile       2007-09-28 12:59:24.000000000 +1200
@@ -105,10 +105,10 @@
 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: sa_error.patch
Type: application/octet-stream
Size: 612 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/openais/attachments/20070928/943dfc6a/sa_error.obj


More information about the Openais mailing list