From: Giuseppe Lettieri Date: Thu, 25 Apr 2013 15:38:52 +0000 (+0200) Subject: fixed missing dependency X-Git-Tag: sliver-openvswitch-1.10.90-2~2 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=3444fdfb453d3593914cf1e18f9ac2f8b036e986 fixed missing dependency --- diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index a62e0d54f..0aebdaab5 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -388,7 +388,7 @@ cache/port.%: cache/iface.% cache/switch.$$(call get,%) # # We need the IP address and the UDP port of the other side and the interace of this side. # We need to set the info again if any of these change. -cache/endpoint.%: cache/host.$$(call rget,%) cache/port.$$(call opp,%) cache/iface.% +cache/endpoint.%: cache/host.$$(call rget,%) cache/port.$$(call opp,%) cache/iface.% | cache/db.$$(call get,%) @echo "Setting port number of link $(call linkpart,$(*F)) on $(call display,$(call get,$(*F))) - logs in $(call log,$@)" @$(SSH) $(call solve,$(call get,$(*F))) $(SUDO) sliver-ovs set-remote-endpoint L$(call linkpart,$(*F)) \ $$(cat cache/host.$(call rget,$(*F))) \