[Cluster-devel] cluster/group/tool Makefile

teigland at sourceware.org teigland at sourceware.org
Wed Jun 28 19:57:05 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-06-28 19:57:05

Modified files:
	group/tool     : Makefile 

Log message:
	fix makefile
	From: fabbione at ubuntu.com (Fabio M. Di Nitto)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/tool/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- cluster/group/tool/Makefile	2006/06/12 22:50:48	1.4
+++ cluster/group/tool/Makefile	2006/06/28 19:57:05	1.5
@@ -10,6 +10,9 @@
 ###############################################################################
 ###############################################################################
 
+top_srcdir=..
+include ${top_srcdir}/make/defines.mk
+
 CFLAGS+= -g -I. -I../lib/ -I../daemon/
 
 TARGET=group_tool
@@ -27,5 +30,6 @@
 	rm -f *.o group_tool
 
 install: group_tool
+	install -d ${sbindir}
 	install group_tool ${sbindir}
 




More information about the Cluster-devel mailing list