From 504cebabdd347fae153563d4432fdbe28c821e5d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 28 Aug 2001 04:16:56 +0000 Subject: Fix for make proto when srcdir != cwd. (This used to be commit e6c0fb75755240e0d14452e421d965617d761507) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit