Author: tridge Date: 2006-09-05 11:47:28 +0000 (Tue, 05 Sep 2006) New Revision: 18080
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18080 Log: added distclean target to talloc 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-05 11:45:55 UTC (rev 18079) +++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in 2006-09-05 11:47:28 UTC (rev 18080) @@ -56,3 +56,10 @@ installcheck: $(MAKE) test + +distclean: clean + rm -f *~ */*~ + rm -rf autom4te.cache + rm -f configure \ + config.log config.status config.h + rm -f Makefile
