Skip to content

Commit

Permalink
p4: fix build dependency for python-p4c-bm (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Oct 3, 2016
1 parent 144114c commit 457591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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-tenjin_1.1.1-1_all.deb
python-p4c-bm_1.0.0-5415c416-1_all.deb: python-tenjin_1.1.1-1_all.deb python-p4-hlir_0.9.36-1_all.deb
$(foreach dep, $^, $(call install_deb, $(dep)))
pushd p4c-bm; ./build.sh; popd

Expand Down

0 comments on commit 457591a

Please sign in to comment.