[master] 988bf0dbf one dependency is never enough

Nils Goroll nils.goroll at uplex.de
Thu Jan 7 16:29:07 UTC 2021


commit 988bf0dbf7f8f1ef5cb24d8db97cdba7354a4556
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 7 17:28:10 2021 +0100

    one dependency is never enough

diff --git a/vmod/Makefile.am b/vmod/Makefile.am
index 2884cc33b..957e069c4 100644
--- a/vmod/Makefile.am
+++ b/vmod/Makefile.am
@@ -44,7 +44,7 @@ nodist_libvmod_debug_la_SOURCES += \
 	VSC_debug.c \
 	VSC_debug.h
 
-vmod_debug.c: VSC_debug.c
+vmod_debug.c: VSC_debug.c VSC_debug.h
 
 # Allow Vmod_wrong*_Data to be exported
 vmod_debug_symbols_regex = 'Vmod_.*_Data'


More information about the varnish-commit mailing list