diff options
-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 |