diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 86bdc48160..cce65d70a7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -400,12 +400,13 @@ ctags: realclean: clean -rm -f config.log $(PROGS) $(SPROGS) bin/.dummy + -rmdir bin -rm -f smbwrapper/smbsh smbwrapper/smbwrapper.so distclean: realclean -rm -f include/config.h include/stamp-h Makefile -rm -f config.status config.cache - -rm -rf .deps + -rm -rf .deps # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially |