From 2ea9c4c2c516b285c45d768a6ef06f5279490744 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 31 Mar 2014 10:22:54 -0700 Subject: [PATCH] Actually include the dependency files in the tests Makefile --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 7b85888ed..93b5dc740 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -45,3 +45,5 @@ SRC = \ HEADER = support/*.h tests/*.h include ../Makefile.target +-include support/*.d +-include tests/*.d