diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 11:47:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:12 -0500 |
commit | c75b6b92c8680868509e736941dba47fe8355022 (patch) | |
tree | 0ac3286eb9eaf82434fb55ee6495c0a5dc979377 /source4 | |
parent | 780b3396564007a9b943035651ccd4972b9005f8 (diff) | |
download | samba-c75b6b92c8680868509e736941dba47fe8355022.tar.gz samba-c75b6b92c8680868509e736941dba47fe8355022.tar.bz2 samba-c75b6b92c8680868509e736941dba47fe8355022.zip |
r18080: added distclean target to talloc
(This used to be commit 1185dd044b40f722d06b0e148824582e7efcb380)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/talloc/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 |