From: Ingo Molnar Date: Thu, 10 Oct 2013 07:10:59 +0000 (+0200) Subject: tools/perf/build: Simplify the autodep inclusion rule X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231486a5223b1023bcabf53d16d63a83b9f27bf7;p=pandora-kernel.git tools/perf/build: Simplify the autodep inclusion rule Namhyung Kim noticed that the autodep .d file inclusion rule was unnecessarily complicated: > > +-include *.d */*.d > > Hmm.. this */*.d part is really needed? Only include *.d files. Reported-by: Namhyung Kim Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: David Ahern Cc: Jiri Olsa Signed-off-by: Ingo Molnar Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed