Globally replace $(HOST_DIR)/usr/include with $(HOST_DIR)/include
Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/include' | xargs sed -i 's%$(HOST_DIR)/usr/include%$(HOST_DIR)/include%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
19ba17ee3b
commit
24e50620c9
@@ -32,7 +32,7 @@ CMAKE_CONF_OPTS = \
|
||||
-DBUILD_CursesDialog=OFF
|
||||
|
||||
# Get rid of -I* options from $(HOST_CPPFLAGS) to prevent that a
|
||||
# header available in $(HOST_DIR)/usr/include is used instead of a
|
||||
# header available in $(HOST_DIR)/include is used instead of a
|
||||
# CMake internal header, e.g. lzma* headers of the xz package
|
||||
HOST_CMAKE_CFLAGS = $(shell echo $(HOST_CFLAGS) | sed -r "s%$(HOST_CPPFLAGS)%%")
|
||||
HOST_CMAKE_CXXFLAGS = $(shell echo $(HOST_CXXFLAGS) | sed -r "s%$(HOST_CPPFLAGS)%%")
|
||||
|
||||
Reference in New Issue
Block a user