diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-05 00:35:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:31 -0500 |
commit | a5148773417adcc343b194693168fb4817bc3a65 (patch) | |
tree | ed2e0c92588689425c239bf905a3cc6e08f0cd2d /source4/build/smb_build/makefile.pm | |
parent | a3e0e69196cc5e3420ebb1a83b026ee36cbaab83 (diff) | |
download | samba-a5148773417adcc343b194693168fb4817bc3a65.tar.gz samba-a5148773417adcc343b194693168fb4817bc3a65.tar.bz2 samba-a5148773417adcc343b194693168fb4817bc3a65.zip |
r10032: Add tdr generated files to clean target
(This used to be commit c1e9fb24e1b53fb2c5ee6e32454350dff710c627)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index eeb6dac461..82bcd90b22 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -499,7 +499,8 @@ clean: heimdal_clean @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 |