Gitweb: http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=cd73f094f... Commit: cd73f094f7c163aca57a1dc9d5138fb468846835 Parent: 87266bcbf3f1b71664e65d82fb6de9f8814cb19e Author: Marek 'marx' Grac mgrac@redhat.com AuthorDate: Thu Jul 26 14:35:44 2012 +0200 Committer: Marek 'marx' Grac mgrac@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)
cluster-commits@lists.stg.fedorahosted.org