From 5a86308a6a3881ad985787bb525b82ff101c1b84 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 15 Jul 2010 16:56:47 +0200 Subject: [PATCH] Include all dependency files in .deps to make it work with sources in subdirs --- dev.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.mk.in b/dev.mk.in index def8c845e..37298e6c9 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -84,4 +84,4 @@ ccache.1: manual.xml check-syntax: $(CC) @CPPFLAGS@ -I. $(CFLAGS) -S -o /dev/null $(CHK_SOURCES) --include $(all_sources:%=.deps/%.d) +-include .deps/*.d -- 2.47.3