From: Ingo Molnar Date: Thu, 10 Oct 2013 06:47:01 +0000 (+0200) Subject: tools/perf/build: Fix DPACKAGE definitions for the libbfd et al testcases X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc097421974e076b47d19806966adf5ebc7fd6b;p=pandora-kernel.git tools/perf/build: Fix DPACKAGE definitions for the libbfd et al testcases Namhyung Kim reported these duplicate DPACKAGE definitions: test-libbfd: $(BUILD) -DPACKAGE='perf' -DPACKAGE=perf -lbfd -ldl Fix all affected places and use Namhyung's suggestion that the definition should look like a normal C string: -DPACKAGE='"perf"'. Reported-by: Namhyung Kim Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Cc: Jiri Olsa Signed-off-by: Ingo Molnar Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed