From: Jelmer Vernooij Date: Mon, 20 Oct 2008 10:28:07 +0000 (+0200) Subject: Also build all other Samba 4 binaries during merged build. X-Git-Tag: samba-4.0.0alpha6~778^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb7fa8cc6c53626434530c796e532e80618253b;p=thirdparty%2Fsamba.git Also build all other Samba 4 binaries during merged build. --- diff --git a/source3/samba4-templates.mk b/source3/samba4-templates.mk index 154c3aabda7..e691af59e97 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