From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 27 Nov 2007 14:54:54 -0000 Subject: [Cluster-devel] cluster/cman/daemon Makefile Message-ID: <20071127145454.7899.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: fabbione at sourceware.org 2007-11-27 14:54:54 Modified files: cman/daemon : Makefile Log message: Do not install stripped binaries Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.55&r2=1.56 --- cluster/cman/daemon/Makefile 2007/08/28 04:35:39 1.55 +++ cluster/cman/daemon/Makefile 2007/11/27 14:54:53 1.56 @@ -42,7 +42,7 @@ install: all install -d ${libexecdir}/lcrso - install -s ${TARGET} ${libexecdir}/lcrso + install ${TARGET} ${libexecdir}/lcrso uninstall: rm -f ${libexecdir}/lcrso/${TARGET}