]> Pileus Git - ~andy/linux/commit
libtraceevent: Remove hard coded include to /usr/local/include in Makefile
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Fri, 8 Mar 2013 11:21:52 +0000 (11:21 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 13 Mar 2013 20:00:00 +0000 (17:00 -0300)
commitb9e8c37220c80e78289a1e87b50c09418eb59a7e
treee6f08de5619504b9c90428cc0f3b8a3465508aae
parente4dd45fe7add0de09e0e5b2b511732d9c86b6ee7
libtraceevent: Remove hard coded include to /usr/local/include in Makefile

having /usr/local/include hardcoded into the makefile is not necessary
as this is automatically included by GCC. It also infects cross-compile
builds with the host systems includes.

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1362741712-21308-1-git-send-email-ml@communistcode.co.uk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/Makefile