From 99d4af748f92396d47609fffaff7b1168897a5e9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 15 Sep 2008 14:32:58 +0200 Subject: Use new Samba 4 source location. --- source3/samba4-templates.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/samba4-templates.mk') diff --git a/source3/samba4-templates.mk b/source3/samba4-templates.mk index 3180be30d3..154c3aabda 100644 --- a/source3/samba4-templates.mk +++ b/source3/samba4-templates.mk @@ -58,7 +58,7 @@ clean:: ; $(1): $(2) ; @echo "Creating $$@" - @$$(PERL) $$(srcdir)/../samba4/source/script/mkproto.pl --srcdir=$$(srcdir)/../samba4/source --builddir=$$(builddir)/../samba4/source --public=/dev/null --private=$$@ $$^ + @$$(PERL) $$(srcdir)/../source4/script/mkproto.pl --srcdir=$$(srcdir)/../source4 --builddir=$$(builddir)/../source4 --public=/dev/null --private=$$@ $$^ endef # Shared module -- cgit