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 | d6da5e4e9db91040cecb4fecf6ec76ca9fce5191 (patch) | |
tree | 31f461e1c80066780d26fdc3f471654c970fb51e | |
parent | 601e5b30b55f0b59ede0c8a0176df79c8841e208 (diff) | |
download | samba-d6da5e4e9db91040cecb4fecf6ec76ca9fce5191.tar.gz samba-d6da5e4e9db91040cecb4fecf6ec76ca9fce5191.tar.bz2 samba-d6da5e4e9db91040cecb4fecf6ec76ca9fce5191.zip |
it's a bit dangerous to use rm -rf
(This used to be commit 102e8c85ff1839103be947c20a4df93ab88bded1)
-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 |