From: Jiri Olsa Date: Tue, 26 Nov 2013 12:54:12 +0000 (+0100) Subject: perf tools: Fix tags/TAGS targets rebuilding X-Git-Tag: v3.14-rc1~171^2~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26286141a43251bed548349efbf60b61f1c433e8;p=pandora-kernel.git perf tools: Fix tags/TAGS targets rebuilding Once the tags/TAGS file is generated it's never rebuilt until it's removed by hand. The reason is that the Makefile does not treat tags/TAGS as targets but as files and thus won't rebuilt them once they are in place. Adding PHONY tags/TAGS targets into Makefile. Signed-off-by: Jiri Olsa Acked-by: Ingo Molnar Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/r/20131126125412.GJ1267@krava.brq.redhat.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed