Packets/80221Bundle: added messageId field to MIHPacket
[senf.git] / Makefile
index f423bb5..eeb0d80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ all_docs all_tests all:
 #----------------------------------------------------------------------
 JOBS := 1
 
-all@% all_docs@% all_test@% build@%:
+all@% all_docs@% all_tests@% build@%:
        ssh $* "cd `pwd` && $(MAKE) -j $(JOBS) $(firstword $(subst @, ,$@))"