[Cluster-devel] cluster/cman/cman_tool Makefile

pcaulfield at sourceware.org pcaulfield at sourceware.org
Mon Jul 3 08:18:15 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-07-03 08:18:15

Modified files:
	cman/cman_tool : Makefile 

Log message:
	gah! forgot to remove the /cman off the end of SBINDIR

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16

--- cluster/cman/cman_tool/Makefile	2006/07/03 07:58:39	1.15
+++ cluster/cman/cman_tool/Makefile	2006/07/03 08:18:15	1.16
@@ -34,7 +34,7 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 join.o: join.c cman_tool.h
-	$(CC) $(CFLAGS) -c -o $@ $< -DSBINDIR=\"${sbindir}/cman\"
+	$(CC) $(CFLAGS) -c -o $@ $< -DSBINDIR=\"${sbindir}\"
 
 install: cman_tool
 	install -d ${sbindir}




More information about the Cluster-devel mailing list