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 | ef9eca92bbaf5e22765e562b3f4b0e2407a57206 (patch) | |
tree | eee6f98758b84eda45974eb7b823ed48a0e0d460 | |
parent | 102e8c85ff1839103be947c20a4df93ab88bded1 (diff) | |
download | samba-ef9eca92bbaf5e22765e562b3f4b0e2407a57206.tar.gz samba-ef9eca92bbaf5e22765e562b3f4b0e2407a57206.tar.xz samba-ef9eca92bbaf5e22765e562b3f4b0e2407a57206.zip |
just try to rmdir bin after removing bin/.dummy, in realclean
-rw-r--r-- | source/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 86bdc481606..cce65d70a72 100644 --- a/source/Makefile.in +++ b/source/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 |