From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpeterso@sourceware.org Date: 26 Mar 2007 19:42:10 -0000 Subject: [Cluster-devel] cluster/gfs2/mkfs Makefile Message-ID: <20070326194210.28573.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 Branch: RHEL5 Changes by: rpeterso at sourceware.org 2007-03-26 20:42:10 Modified files: gfs2/mkfs : Makefile Log message: Resolves: Bugzilla Bug 233083: Wrong link command in gfs2-utils mkfs/Makefile (with solution). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.12&r2=1.12.2.1 --- cluster/gfs2/mkfs/Makefile 2006/08/22 19:16:39 1.12 +++ cluster/gfs2/mkfs/Makefile 2007/03/26 19:42:09 1.12.2.1 @@ -35,7 +35,7 @@ install: all ${INSTALL} -m 0755 ${MKFS} ${sbindir} - ln -f ${MKFS} ${sbindir}/${JADD} + ln -f ${sbindir}/${MKFS} ${sbindir}/${JADD} clean: rm -f *.o ${MKFS} ${JADD}