From 4e9a06d601a20fb714ffbf2ed6fd2b6f2d931b30 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 30 Aug 2009 00:25:24 +0200 Subject: [PATCH] talloc: remove files generated by "make abi_check" in "make clean" Michael --- lib/talloc/talloc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/talloc/talloc.mk b/lib/talloc/talloc.mk index 6141d8feb31..d80fe768756 100644 --- a/lib/talloc/talloc.mk +++ b/lib/talloc/talloc.mk @@ -31,6 +31,8 @@ doc:: talloc.3 talloc.3.html clean:: rm -f *~ $(LIBOBJ) $(TALLOC_SOLIB) $(TALLOC_STLIB) testsuite testsuite.o testsuite_main.o *.gc?? talloc.3 talloc.3.html rm -fr abi + rm -f talloc.exports.sort talloc.exports.check talloc.exports.check.sort + rm -f talloc.signatures.sort talloc.signatures.check talloc.signatures.check.sort test:: testsuite ./testsuite -- 2.11.4.GIT