Commit 01d67907 authored by Tollef Fog Heen's avatar Tollef Fog Heen

More fixups for regeneration of generated .c and .h files

vcc_fixed_token.c and vcc_token_defs.h depend on various files in
include/, not only the .tcl file.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3198 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c89e454e
......@@ -31,8 +31,8 @@ EXTRA_DIST = vcc_gen_obj.tcl \
vcc_obj.c: $(srcdir)/vcc_gen_obj.tcl
cd $(srcdir) && @TCLSH@ vcc_gen_obj.tcl
vcc_fixed_token.c: $(srcdir)/vcc_gen_fixed_token.tcl
vcc_fixed_token.c: $(srcdir)/vcc_gen_fixed_token.tcl $(top_srcdir)/include/vcl.h $(top_srcdir)/include/vrt.h $(top_srcdir)/include/vrt_obj.h
cd $(srcdir) && @TCLSH@ vcc_gen_fixed_token.tcl
vcc_token_defs.h: $(srcdir)/vcc_gen_fixed_token.tcl
vcc_token_defs.h: $(srcdir)/vcc_gen_fixed_token.tcl $(top_srcdir)/include/vcl.h $(top_srcdir)/include/vrt.h $(top_srcdir)/include/vrt_obj.h
cd $(srcdir) && @TCLSH@ vcc_gen_fixed_token.tcl
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