Gitweb: http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=29063ac15... Commit: 29063ac151e702fa184c2e201dd41652ff329da8 Parent: e1b648e6247e0b98e55a64d45d38c28464648a8c 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 Oct 4 10:50:13 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