Merge branch 'master' of ssh://git.onelab.eu/git/sliver-openvswitch
[sliver-openvswitch.git] / planetlab / exp-tool / Makefile
index 719da01..54946d4 100644 (file)
@@ -54,7 +54,7 @@ all: $(addprefix L/,$(shell cat links))
 .PHONY: all
 
 nodes:
-       @echo $(foreach id,$(ALL_NODE_IDS),$(call display,$(id)))
+       @$(foreach id,$(ALL_NODE_IDS),echo $(id)=$(call display,$(id));)
 .PHONY: nodes
 
 sshchecks: $(foreach id,$(ALL_NODE_IDS),cache/sshcheck.$(id))