diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 12:28:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 12:28:07 +0200 |
commit | 6fb7fa8cc6c53626434530c796e532e80618253b (patch) | |
tree | fde44f84297ae6d2ca6057b77b3d135ada2382a4 /source3 | |
parent | db90d9ad1693b3c8f388dbff63a79707ef4842cd (diff) | |
download | samba-6fb7fa8cc6c53626434530c796e532e80618253b.tar.gz samba-6fb7fa8cc6c53626434530c796e532e80618253b.tar.bz2 samba-6fb7fa8cc6c53626434530c796e532e80618253b.zip |
Also build all other Samba 4 binaries during merged build.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/samba4-templates.mk | 5 |
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 |