summaryrefslogtreecommitdiff
path: root/source3/samba4-templates.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-20 12:28:07 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-20 12:28:07 +0200
commit6fb7fa8cc6c53626434530c796e532e80618253b (patch)
treefde44f84297ae6d2ca6057b77b3d135ada2382a4 /source3/samba4-templates.mk
parentdb90d9ad1693b3c8f388dbff63a79707ef4842cd (diff)
downloadsamba-6fb7fa8cc6c53626434530c796e532e80618253b.tar.gz
samba-6fb7fa8cc6c53626434530c796e532e80618253b.tar.bz2
samba-6fb7fa8cc6c53626434530c796e532e80618253b.zip
Also build all other Samba 4 binaries during merged build.
Diffstat (limited to 'source3/samba4-templates.mk')
-rw-r--r--source3/samba4-templates.mk5
1 files 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