[master] d43af81 Fix missing dependency in libvmod_debug makefile.

Dag Haavi Finstad daghf at varnish-software.com
Thu Jan 30 11:43:55 CET 2014


commit d43af818662a8c5cf3330c850f42c79b62b07baf
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Thu Jan 30 11:43:08 2014 +0100

    Fix missing dependency in libvmod_debug makefile.
    
    Fixes: #1418

diff --git a/lib/libvmod_debug/Makefile.am b/lib/libvmod_debug/Makefile.am
index 18d5ecf..89df1b2 100644
--- a/lib/libvmod_debug/Makefile.am
+++ b/lib/libvmod_debug/Makefile.am
@@ -22,7 +22,7 @@ nodist_libvmod_debug_la_SOURCES = \
 	vcc_if.h
 
 # BUILT_SOURCES is only a hack and dependency tracking does not help for the first build
-vmod_debug.lo: vcc_if.h
+vmod_debug.lo vmod_debug_obj.lo: vcc_if.h
 
 vcc_if.c vcc_if.h: $(vmodtool) $(vmod_srcdir)/vmod.vcc
 	@PYTHON@ $(vmodtool) $(vmod_srcdir)/vmod.vcc



More information about the varnish-commit mailing list