From 6fb7fa8cc6c53626434530c796e532e80618253b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Oct 2008 12:28:07 +0200 Subject: Also build all other Samba 4 binaries during merged build. --- source3/samba4-templates.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source3/samba4-templates.mk b/source3/samba4-templates.mk index 154c3aabda..e691af59e9 100644 --- a/source3/samba4-templates.mk +++ b/source3/samba4-templates.mk @@ -25,8 +25,7 @@ $(1)4: $(2) $(LIBREPLACE_OBJ) ; clean:: @rm -f $(1) -binaries:: $(1) - +everything:: $(1)4 endef @@ -40,7 +39,7 @@ $(1)4: $(2) $(LIBREPLACE_OBJ) ; clean:: rm -f $(1) -binaries:: $(1) +binaries:: $(1)4 endef -- cgit