Mailing List Archive

r3198 - trunk/varnish-cache/lib/libvcl
Author: tfheen
Date: 2008-09-18 15:04:46 +0200 (Thu, 18 Sep 2008)
New Revision: 3198

Modified:
trunk/varnish-cache/lib/libvcl/Makefile.am
Log:
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.


Modified: trunk/varnish-cache/lib/libvcl/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvcl/Makefile.am 2008-09-17 10:04:47 UTC (rev 3197)
+++ trunk/varnish-cache/lib/libvcl/Makefile.am 2008-09-18 13:04:46 UTC (rev 3198)
@@ -31,8 +31,8 @@
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