From 5b2cc6ff1001a637c350a0491db7f44b2a32ec1b Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 1 Mar 2009 22:37:15 -0200
Subject: [PATCH 28/31] Remove *.gcda files when doing make clean

They're generated by profile runs.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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/
 
-- 
1.6.2.rc0.226.gf08f


