Commit e4f82eed authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Fix build

parent 5e77f154
......@@ -87,7 +87,8 @@ teken_state.h: $(srcdir)/sequences $(srcdir)/gensequences
vtc_h2_hpack.c: vtc_h2_dectbl.h
vtc_h2_dectbl.h: huffman_gen.py $(top_srcdir)/include/tbl/vhp_huffman.h
$(srcdir)/huffman_gen.py $(top_srcdir)/include/tbl/vhp_huffman.h > $@_
$(PYTHON) $(srcdir)/huffman_gen.py \
$(top_srcdir)/include/tbl/vhp_huffman.h > $@_
mv $@_ $@
CLEANFILES = $(builddir)/teken_state.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment