From: tfheen Date: Thu, 18 Sep 2008 13:04:46 +0000 (+0000) Subject: More fixups for regeneration of generated .c and .h files X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3370389e5fe9a275534693300df44f3f269978e9;p=varnish 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: svn+ssh://projects.linpro.no/svn/varnish/trunk@3198 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/Makefile.am b/varnish-cache/lib/libvcl/Makefile.am index abdfbfb4..dfda4cd9 100644 --- a/varnish-cache/lib/libvcl/Makefile.am +++ b/varnish-cache/lib/libvcl/Makefile.am @@ -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