All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] Fix fence/agents/Makefile clean target typo
@ 2006-11-21  9:31 Fabio Massimo Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio Massimo Di Nitto @ 2006-11-21  9:31 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi guys,

Index: fence/agents/scsi/Makefile
===================================================================
RCS file: /cvs/cluster/cluster/fence/agents/scsi/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- fence/agents/scsi/Makefile  3 Nov 2006 17:31:54 -0000       1.9
+++ fence/agents/scsi/Makefile  21 Nov 2006 09:30:15 -0000
@@ -52,4 +52,4 @@
        install -m755 ${SCRIPT} ${initdir}

 clean:
-       rm -f $(TARGET) $($TEST_TARGET)
+       rm -f $(TARGET) $(TEST_TARGET)

could you please apply?

Thanks
Fabio

-- 
I'm going to make him an offer he can't refuse.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-21  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-21  9:31 [Cluster-devel] [PATCH] Fix fence/agents/Makefile clean target typo Fabio Massimo Di Nitto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.