fence-agents: master - fence_ilo2 was not correctly cleaned by Makefile

Marek GrĂ¡c marx at fedoraproject.org
Thu Jul 26 12:38:47 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=cd73f094f7c163aca57a1dc9d5138fb468846835
Commit:        cd73f094f7c163aca57a1dc9d5138fb468846835
Parent:        87266bcbf3f1b71664e65d82fb6de9f8814cb19e
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Jul 26 14:35:44 2012 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Jul 26 14:35:44 2012 +0200

fence_ilo2 was not correctly cleaned by Makefile

Related: rhbz#800650
---
 fence/agents/ilo/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ilo/Makefile.am b/fence/agents/ilo/Makefile.am
index 120727a..8df9a39 100644
--- a/fence/agents/ilo/Makefile.am
+++ b/fence/agents/ilo/Makefile.am
@@ -20,4 +20,4 @@ include $(top_srcdir)/make/fencebuild.mk
 include $(top_srcdir)/make/fenceman.mk
 
 clean-local: clean-man
-	rm -f $(TARGET)
+	rm -f $(TARGET) $(SYMTARGET)


More information about the cluster-commits mailing list