diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-10-05 03:44:12 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-10-05 03:44:12 +0000 |
commit | 8327eeabfbe8af46d0b18746c3af4ccc2076b984 (patch) | |
tree | 700d9f69828c088610cd205adb7b2ae714545296 | |
parent | d6da5e4e9db91040cecb4fecf6ec76ca9fce5191 (diff) | |
download | samba-8327eeabfbe8af46d0b18746c3af4ccc2076b984.tar.gz samba-8327eeabfbe8af46d0b18746c3af4ccc2076b984.tar.bz2 samba-8327eeabfbe8af46d0b18746c3af4ccc2076b984.zip |
just try to rmdir bin after removing bin/.dummy, in realclean
(This used to be commit ef9eca92bbaf5e22765e562b3f4b0e2407a57206)
-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 |