From 8327eeabfbe8af46d0b18746c3af4ccc2076b984 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 5 Oct 1998 03:44:12 +0000 Subject: just try to rmdir bin after removing bin/.dummy, in realclean (This used to be commit ef9eca92bbaf5e22765e562b3f4b0e2407a57206) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit