git » libfiu » commit 2d3c20e

preload/posix: Remove profile-generated files on "make clean"

author Alberto Bertogli
2014-05-25 23:53:06 UTC
committer Alberto Bertogli
2014-05-25 23:53:06 UTC
parent bd1a774315244ef4321dda64f83520824849fe64

preload/posix: Remove profile-generated files on "make clean"

preload/posix/Makefile +2 -0

diff --git a/preload/posix/Makefile b/preload/posix/Makefile
index 25f26da..a05c93b 100644
--- a/preload/posix/Makefile
+++ b/preload/posix/Makefile
@@ -118,6 +118,8 @@ clean:
 	rm -f build-flags build-env.h build-libcsoname build-needlibdl
 	rm -f function_list fiu_posix_preload.so
 	rm -f *.bb *.bbg *.da *.gcov *.gcda *.gcno gmon.out
+	rm -f modules/*.bb modules/*.bbg modules/*.da
+	rm -f modules/*.gcov modules/*.gcda modules/*.gcno modules/gmon.out
 
 .PHONY: default install uninstall clean .force-build-flags