diff options
author | Tim Potter <tpot@samba.org> | 2001-08-28 04:16:56 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-28 04:16:56 +0000 |
commit | 504cebabdd347fae153563d4432fdbe28c821e5d (patch) | |
tree | 45d9ca5fa3a874a48e22e7e73e576f33afa53384 /source3 | |
parent | 1f079939001fa4a48b37c319049bc273db85a79f (diff) | |
download | samba-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')
-rw-r--r-- | source3/Makefile.in | 2 |
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 |