diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-17 03:14:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-17 03:14:17 +0000 |
commit | 51dae541542e7434a34fc2468810c4470afe8f34 (patch) | |
tree | a8ab190869ffee414018c3f63e688ed053475bef /build/Makefile | |
parent | a2e3fa60a457070c04d1e87622fd9c0cd3f75281 (diff) | |
parent | 9cd38d64a7e2e31ab2a5919e6480377a08faeb42 (diff) |
Merge "Removes building quagga/zrpc" into stable/danube
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 0bedd9d6..b81ddd3d 100644 --- a/build/Makefile +++ b/build/Makefile @@ -248,7 +248,7 @@ $(BUILD_DIR)/overcloud-full.qcow2: congress-rpm tacker-rpm networking-vpp-rpm ############### .PHONY: overcloud-opendaylight -overcloud-opendaylight: quagga-zrpc $(BUILD_DIR)/overcloud-full-opendaylight.qcow2 +overcloud-opendaylight: $(BUILD_DIR)/overcloud-full-opendaylight.qcow2 $(BUILD_DIR)/overcloud-full-opendaylight.qcow2: $(BUILD_DIR)/overcloud-full.qcow2 @echo "Building the Apex OpenDaylight Overcloud Image" |