[master] 3f0e12add Add missing dependencies on vsctool.py

Poul-Henning Kamp phk at FreeBSD.org
Wed Mar 29 08:59:08 UTC 2023


commit 3f0e12addf952702b6937f82c931c557ea73078a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Mar 29 07:28:23 2023 +0000

    Add missing dependencies on vsctool.py

diff --git a/vmod/Makefile.am b/vmod/Makefile.am
index 29ffcf6bd..197508b28 100644
--- a/vmod/Makefile.am
+++ b/vmod/Makefile.am
@@ -33,10 +33,10 @@ include $(srcdir)/automake_boilerplate_vtc.am
 # Post-boilerplate tweaks
 #
 
-.vsc.c:
+.vsc.c: $(top_srcdir)/lib/libvsc/vsctool.py
 	$(PYTHON) $(top_srcdir)/lib/libvsc/vsctool.py -c $<
 
-.vsc.h:
+.vsc.h: $(top_srcdir)/lib/libvsc/vsctool.py
 	$(PYTHON) $(top_srcdir)/lib/libvsc/vsctool.py -h $<
 
 EXTRA_DIST += VSC_debug.vsc


More information about the varnish-commit mailing list