Commit 9c31eb70 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Reflect required vdef->vrt->vcl order

parent 59db3209
......@@ -127,8 +127,8 @@ noinst_PROGRAMS = vbm_test
vbm_test_SOURCES = vbm_test.c vbm.h
vrt.c: vrt.h
cp $(srcdir)/vrt.h $@
vrt.c: Makefile.am vdef.h vrt.h
cat $(srcdir)/vdef.h $(srcdir)/vrt.h > $@
vrt_test: vrt.c
echo "exec ${CC} -c -o _vrt_test vrt.c" > $@
......
......@@ -1300,8 +1300,8 @@ vcl_output_lang_h(struct vsb *sb)
""")
emit_file(fo, srcroot, "include/vdef.h")
emit_file(fo, buildroot, "include/vcl.h")
emit_file(fo, srcroot, "include/vrt.h")
emit_file(fo, buildroot, "include/vcl.h")
emit_file(fo, buildroot, "include/vrt_obj.h")
fo.write("\n}\n")
......
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