Commit 38f4304a authored by Guillaume Quintard's avatar Guillaume Quintard

Forgot one build dependency

parent 38994b55
......@@ -85,6 +85,7 @@ teken_state.h: $(srcdir)/sequences $(srcdir)/gensequences
awk -f $(srcdir)/gensequences $(srcdir)/sequences \
> $(builddir)/teken_state.h
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 > $@_
mv $@_ $@
......
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