[master] e707a73 Dependency magic...

Poul-Henning Kamp phk at varnish-cache.org
Mon Mar 11 13:24:11 CET 2013


commit e707a7388ab509bc04bac6a014950e028c00d583
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 11 12:24:02 2013 +0000

    Dependency magic...

diff --git a/lib/libvmod_directors/Makefile.am b/lib/libvmod_directors/Makefile.am
index e28ba46..2c879c8 100644
--- a/lib/libvmod_directors/Makefile.am
+++ b/lib/libvmod_directors/Makefile.am
@@ -24,7 +24,7 @@ nodist_libvmod_directors_la_SOURCES = \
 	vcc_if.h
 
 # BUILT_SOURCES is only a hack and dependency tracking does not help for the first build
-round_robin.lo: vcc_if.h
+vdir.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