From c75b6b92c8680868509e736941dba47fe8355022 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 11:47:28 +0000 Subject: r18080: added distclean target to talloc (This used to be commit 1185dd044b40f722d06b0e148824582e7efcb380) --- source4/lib/talloc/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4') diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in index 847ac6fc56..cc319a1b7f 100644 --- a/source4/lib/talloc/Makefile.in +++ b/source4/lib/talloc/Makefile.in @@ -56,3 +56,10 @@ gcov: installcheck: $(MAKE) test + +distclean: clean + rm -f *~ */*~ + rm -rf autom4te.cache + rm -f configure \ + config.log config.status config.h + rm -f Makefile -- cgit