Author: metze Date: 2006-09-06 06:47:10 +0000 (Wed, 06 Sep 2006) New Revision: 18142
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18142 Log: add make distclean to talloc build metze Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in Changeset: Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in =================================================================== --- branches/SAMBA_4_0/source/lib/talloc/Makefile.in 2006-09-06 06:20:29 UTC (rev 18141) +++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in 2006-09-06 06:47:10 UTC (rev 18142) @@ -46,7 +46,7 @@ -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< clean: - rm -f *~ $(LIBOBJ) libtalloc.a testsuite *.gc?? talloc.3 talloc.3.html + rm -f *~ $(LIBOBJ) libtalloc.a testsuite testsuite.o *.gc?? talloc.3 talloc.3.html test: testsuite ./testsuite @@ -59,7 +59,10 @@ distclean: clean rm -f *~ */*~ - rm -rf autom4te.cache - rm -f configure \ - config.log config.status config.h rm -f Makefile + rm -f config.log \ + config.status \ + config.h + +realdistclean: distclean + rm -f configure config.h.in
