From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 20 Mar 2007 18:13:52 -0000 Subject: [Cluster-devel] cluster/fence/agents/scsi Makefile Message-ID: <20070320181352.16304.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: lhh at sourceware.org 2007-03-20 18:13:52 Modified files: fence/agents/scsi: Makefile Log message: Fix clean target; patch from Fabio M. Di Nitto Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 --- cluster/fence/agents/scsi/Makefile 2006/11/03 17:31:54 1.9 +++ cluster/fence/agents/scsi/Makefile 2007/03/20 18:13:52 1.10 @@ -52,4 +52,4 @@ install -m755 ${SCRIPT} ${initdir} clean: - rm -f $(TARGET) $($TEST_TARGET) + rm -f $(TARGET) $(TEST_TARGET)