Skip to content

Commit 35880cf

Browse files
authored
Makefile: add build dependency for python-p4c-bm (#20)
1 parent 8bf3ae9 commit 35880cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -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
4141
python-p4-hlir_0.9.36-1_all.deb:
4242
pushd p4-hlir; ./build.sh; popd
4343

44-
python-p4c-bm_1.0.0-5415c416-1_all.deb:
44+
python-p4c-bm_1.0.0-5415c416-1_all.deb: python-tenjin_1.1.1-1_all.deb
45+
$(foreach dep, $^, $(call install_deb, $(dep)))
4546
pushd p4c-bm; ./build.sh; popd
4647

4748
python-tenjin_1.1.1-1_all.deb:

0 commit comments

Comments
 (0)