From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 3 Jul 2006 08:18:15 -0000 Subject: [Cluster-devel] cluster/cman/cman_tool Makefile Message-ID: <20060703081815.3534.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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}