From 58fc50c30aa0138a459cce47aa468a6f6e515dff Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 21 Jun 2013 14:56:44 -0400 Subject: [PATCH 1/1] doc/examples: fix make clean Signed-off-by: Mathieu Desnoyers --- doc/examples/list/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index c291efe..a0e7672 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -24,6 +24,6 @@ clean: $(MAKE) -f Makefile.cds_list_add_rcu clean $(MAKE) -f Makefile.cds_list_add_tail_rcu clean $(MAKE) -f Makefile.cds_list_del_rcu clean - $(MAKE) -f Makefile.cds_list_for_each_rcu - $(MAKE) -f Makefile.cds_list_for_each_entry_rcu + $(MAKE) -f Makefile.cds_list_for_each_rcu clean + $(MAKE) -f Makefile.cds_list_for_each_entry_rcu clean $(MAKE) -f Makefile.cds_list_replace_rcu clean -- 2.34.1