summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1998-10-05 03:44:12 +0000
committerAlexandre Oliva <oliva@samba.org>1998-10-05 03:44:12 +0000
commit8327eeabfbe8af46d0b18746c3af4ccc2076b984 (patch)
tree700d9f69828c088610cd205adb7b2ae714545296 /source3/Makefile.in
parentd6da5e4e9db91040cecb4fecf6ec76ca9fce5191 (diff)
downloadsamba-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)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
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