]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Include all dependency files in .deps to make it work with sources in subdirs
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Jul 2010 14:56:47 +0000 (16:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Jul 2010 17:20:33 +0000 (19:20 +0200)
dev.mk.in

index def8c845e4b4eeb4dc74b606dad6d4e153f63186..37298e6c947b4286ee447ef51489187e84821df6 100644 (file)
--- 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