From 4c1571bef6a033eb530806b4faae16c03d149bd1 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Fri, 30 Sep 2016 06:13:56 +0000 Subject: [PATCH] Makefile: add build dependency for python-p4c-bm --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index dc0d05decf59..29e911baa31f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,7 +41,8 @@ p4-bmv2_1.0.0_amd64.deb: thrift-compiler_0.9.3-2_amd64.deb python-thrift_0.9.3-2 python-p4-hlir_0.9.36-1_all.deb: pushd p4-hlir; ./build.sh; popd -python-p4c-bm_1.0.0-5415c416-1_all.deb: +python-p4c-bm_1.0.0-5415c416-1_all.deb: python-tenjin_1.1.1-1_all.deb + $(foreach dep, $^, $(call install_deb, $(dep))) pushd p4c-bm; ./build.sh; popd python-tenjin_1.1.1-1_all.deb: