* [Cluster-devel] cluster/group/tool Makefile
@ 2006-06-28 19:57 teigland
0 siblings, 0 replies; only message in thread
From: teigland @ 2006-06-28 19:57 UTC (permalink / raw)
To: cluster-devel.redhat.com
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}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-28 19:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 19:57 [Cluster-devel] cluster/group/tool Makefile teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).