Author: jelmer Date: 2005-09-05 00:35:14 +0000 (Mon, 05 Sep 2005) New Revision: 10032
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10032 Log: Add tdr generated files to clean target Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm Changeset: Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm =================================================================== --- branches/SAMBA_4_0/source/build/smb_build/makefile.pm 2005-09-04 21:09:29 UTC (rev 10031) +++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm 2005-09-05 00:35:14 UTC (rev 10032) @@ -499,7 +499,8 @@ @echo Removing dummy targets @-rm -f bin/.*_* @echo Removing generated files - @-rm -rf librpc/gen_* + @-rm -rf librpc/gen_* + @-rm -f lib/registry/regf.h lib/registry/tdr_regf* distclean: clean -rm -f bin/.dummy
