]> err.no Git - varnish/commitdiff
More fixups for regeneration of generated .c and .h files
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 13:04:46 +0000 (13:04 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 13:04:46 +0000 (13:04 +0000)
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

varnish-cache/lib/libvcl/Makefile.am

index abdfbfb48988baaccf80de456d228bb9ce22af29..dfda4cd9afe7a6206cbc2a0b3ebeb9303b30c7ee 100644 (file)
@@ -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