summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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