fix syntax error

SVN-Revision: 21843
This commit is contained in:
Mirko Vogt 2010-06-20 00:24:10 +00:00
parent f5faa9520e
commit d6ef217a9f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ifneq ($(LINUX_HAS_HEADERS_INSTALL),)
INSTALL_HDR_PATH="$(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/" \
headers_install
if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \
mkdir -p $(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH)
mkdir -p $(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH); \
$(CP) \
$(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \
$(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH)/; \