Fix broken clean target in doc/Makefile

Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7a5118c7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7a5118c7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7a5118c7

Branch: refs/heads/trunk
Commit: 7a5118c7de664d8bd5b18cc2e32d7d4c8b04313e
Parents: f5bc378
Author: Michael Shuler <mshu...@apache.org>
Authored: Mon Oct 17 16:19:52 2016 -0500
Committer: Michael Shuler <mshu...@apache.org>
Committed: Mon Oct 17 16:19:52 2016 -0500

----------------------------------------------------------------------
 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7a5118c7/doc/Makefile
----------------------------------------------------------------------
diff --git a/doc/Makefile b/doc/Makefile
index 81d7707..c6632a5 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -55,7 +55,7 @@ help:
 .PHONY: clean
 clean:
        rm -rf $(BUILDDIR)/*
-       rm $(YAML_DOC_OUTPUT)
+       rm -f $(YAML_DOC_OUTPUT)
 
 .PHONY: html
 html:

Reply via email to