From: Joel Rosdahl Date: Thu, 15 Jul 2010 14:56:47 +0000 (+0200) Subject: Include all dependency files in .deps to make it work with sources in subdirs X-Git-Tag: v3.1~180^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a86308a6a3881ad985787bb525b82ff101c1b84;p=thirdparty%2Fccache.git Include all dependency files in .deps to make it work with sources in subdirs --- 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