diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-31 11:35:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:58 -0500 |
commit | c3d6fea11f0b755c4971697440b6a4f9389706f7 (patch) | |
tree | f837bf202ca5fa0df9e71318883f061de578061c /source4/lib | |
parent | 5e214d5160ade4b727d7ba937292b5a6262c3bec (diff) | |
download | samba-c3d6fea11f0b755c4971697440b6a4f9389706f7.tar.gz samba-c3d6fea11f0b755c4971697440b6a4f9389706f7.tar.bz2 samba-c3d6fea11f0b755c4971697440b6a4f9389706f7.zip |
r17966: remove all generated files
metze
(This used to be commit 2493f670d3581df2bbbca7a0295e31ae3a09c2c0)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/talloc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in index 8290f05e02..b9e4d398f4 100644 --- a/source4/lib/talloc/Makefile.in +++ b/source4/lib/talloc/Makefile.in @@ -46,7 +46,7 @@ doc: talloc.3 talloc.3.html -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< clean: - rm -f *~ *.o testsuite *.gc?? + rm -f *~ *.o libtalloc.a testsuite *.gc?? talloc.3 talloc.3.html test: testsuite ./testsuite |