From c3d6fea11f0b755c4971697440b6a4f9389706f7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 31 Aug 2006 11:35:03 +0000 Subject: r17966: remove all generated files metze (This used to be commit 2493f670d3581df2bbbca7a0295e31ae3a09c2c0) --- source4/lib/talloc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/talloc/Makefile.in') 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 -- cgit