summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-08-10 20:12:53 +0000
committerJeremy Allison <jra@samba.org>1998-08-10 20:12:53 +0000
commit17fb3a2304d3f9eaa314c90b476d153b5f333f31 (patch)
tree6699f86ad800a503d1e41c4b7af7db3ca40a1755 /source3/Makefile.in
parent670c6addc322e69b86975fc4024c88a885b63d9f (diff)
downloadsamba-17fb3a2304d3f9eaa314c90b476d153b5f333f31.tar.gz
samba-17fb3a2304d3f9eaa314c90b476d153b5f333f31.tar.bz2
samba-17fb3a2304d3f9eaa314c90b476d153b5f333f31.zip
Makefile.in: Fixed make clean bug with CVS directory in bin/.
include/smb.h: Fixed bugs in Debug macro's with SGI compiler. smbd/trans2.c: Fixed bug reported by Zoltan Palmai <ZSPA@chevron.com> PR#8903 where get_lanman2_dir_entry() could return a mangled name as a resume key and call_trans2findnext() wasn't doing the same. Jeremy. (This used to be commit 9d010e721c27af1d9498fd1e147993ba8ac8b41e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 48f597c9fc..f0cc4d30ee 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -288,7 +288,7 @@ uninstallcp:
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
clean:
- rm -f core */*.o */*~ *~ config.cache bin/*
+ rm -f core */*.o */*~ *~ config.cache bin/[!C]*
proto:
@echo rebuilding include/proto.h