diff options
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c09ba9765b..86bdc48160 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -405,7 +405,7 @@ realclean: clean distclean: realclean -rm -f include/config.h include/stamp-h Makefile -rm -f config.status config.cache - -rm -rf .deps bin + -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 |