diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 03:24:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 03:24:08 +0000 |
commit | 102e8c85ff1839103be947c20a4df93ab88bded1 (patch) | |
tree | 94e7e4a8b99eb82ccceaac35342ea781b96648e7 | |
parent | eff11b81fd4ac807cf89a56a04c5b26ee9cd8660 (diff) | |
download | samba-102e8c85ff1839103be947c20a4df93ab88bded1.tar.gz samba-102e8c85ff1839103be947c20a4df93ab88bded1.tar.xz samba-102e8c85ff1839103be947c20a4df93ab88bded1.zip |
it's a bit dangerous to use rm -rf
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index c09ba9765bb..86bdc481606 100644 --- a/source/Makefile.in +++ b/source/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 |