summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-28 04:16:56 +0000
committerTim Potter <tpot@samba.org>2001-08-28 04:16:56 +0000
commit504cebabdd347fae153563d4432fdbe28c821e5d (patch)
tree45d9ca5fa3a874a48e22e7e73e576f33afa53384 /source3/Makefile.in
parent1f079939001fa4a48b37c319049bc273db85a79f (diff)
downloadsamba-504cebabdd347fae153563d4432fdbe28c821e5d.tar.gz
samba-504cebabdd347fae153563d4432fdbe28c821e5d.tar.bz2
samba-504cebabdd347fae153563d4432fdbe28c821e5d.zip
Fix for make proto when srcdir != cwd.
(This used to be commit e6c0fb75755240e0d14452e421d965617d761507)
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 68de10959b..29433d37e9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -696,7 +696,7 @@ winbindd_proto:
$(WINBINDD_OBJ1)
delproto:
- @/bin/rm -f include/proto.h
+ @/bin/rm -f $(srcdir)/include/proto.h
include/proto.h:
@echo rebuilding include/proto.h