git » libjio » commit 5b2cc6f

Remove *.gcda files when doing make clean

author Alberto Bertogli
2009-03-02 00:37:15 UTC
committer Alberto Bertogli
2009-03-02 00:41:22 UTC
parent 991c13f664a12858f32974df952e531c42a63f7f

Remove *.gcda files when doing make clean

They're generated by profile runs.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 7a9ad9b..3f175bd 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ preload_install: preload
 
 clean:
 	rm -f $(OBJS) libjio.a libjio.so libjio.pc jiofsck.o jiofsck
-	rm -f *.bb *.bbg *.da *.gcov *.gcno gmon.out
+	rm -f *.bb *.bbg *.da *.gcov *.gcno *.gcda gmon.out
 	rm -rf bindings/python/build/
 	rm -rf bindings/preload/build/