summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-07-24 08:19:47 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-07-24 19:46:19 (GMT)
commitd14ad9193b5971f9028e63d45c3f6827c3ba8a2e (patch)
treedf311899dfd583ea6244a97916e950ef93adfc35 /tools
parent9b0d4c9b4d8b01a366b5673183f5b4b717f56de1 (diff)
downloadlinux-fsl-qoriq-d14ad9193b5971f9028e63d45c3f6827c3ba8a2e.tar.xz
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. Backport from b9e8c37220c80e78289a1e87b50c09418eb59a7e of upstream Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Change-Id: I3c60356febab7a31172ae6d0fc8816baf8c56cc1 Reviewed-on: http://git.am.freescale.net:8181/3500 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/traceevent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile
index a20e320..0b0a907 100644
--- a/tools/lib/traceevent/Makefile
+++ b/tools/lib/traceevent/Makefile
@@ -122,7 +122,7 @@ export Q VERBOSE
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
-INCLUDES = -I. -I/usr/local/include $(CONFIG_INCLUDES)
+INCLUDES = -I. $(CONFIG_INCLUDES)
# Set compile option CFLAGS if not set elsewhere
CFLAGS ?= -g -Wall