From 7b8d8064aa1effd79830f8d2dad4a25f7cbaa10d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Oct 2019 13:08:02 +0100 Subject: [PATCH] test-common.make: Add missing dependencies on makefiles Signed-off-by: Ian Jackson --- test-common.make.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-common.make.in b/test-common.make.in index 91c00dd..ceb7ed1 100644 --- a/test-common.make.in +++ b/test-common.make.in @@ -5,6 +5,9 @@ TESTSCRIPTS ?= $(shell echo $(srcdir)/t-*[0-9a-z]) TESTNAMES := $(patsubst t-%,%,$(notdir $(TESTSCRIPTS))) DEPS += $(topdir)/test-common.tcl +DEPS += $(topdir)/common.make +DEPS += $(topdir)/test-common.make +DEPS += Makefile TARGETS += check -- 2.30.2