Also build all other Samba 4 binaries during merged build.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 20 Oct 2008 10:28:07 +0000 (12:28 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 20 Oct 2008 10:28:07 +0000 (12:28 +0200)
source3/samba4-templates.mk

index 154c3aabda7487be63f981b8e017f16ca113232b..e691af59e9768214dc513105c710acc3abf5a8c5 100644 (file)
@@ -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