]> xenbits.xen.org Git - xenclient/build.git/commitdiff
toolchain/external: fix ` typo at the end of the line.
authorJean Guyader <jean.guyader@eu.citrix.com>
Mon, 30 Nov 2009 19:25:59 +0000 (19:25 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Mon, 30 Nov 2009 19:25:59 +0000 (19:25 +0000)
toolchain/external-toolchain/ext-tool.mk

index 7fd706e91b39e8fb5fd05c718a3a47353dee23b5..a8309134915b5716727a69a8c3e2e5b0f02223ac 100644 (file)
@@ -50,12 +50,11 @@ copy_toolchain_lib_root = \
 #      find $(STAGING_DIR) -type d | xargs chmod 755; \
 #      find $(STAGING_DIR) -type f | xargs xargs chmod +w
 
-EXT_SYSROOT_DIR=${shell $(TARGET_CC) -v 2>&1 | grep ^Configured | tr " " "\n" | grep -- "--with-sysroot" | cut -f2 -d=` }
+EXT_SYSROOT_DIR=${shell $(TARGET_CC) -v 2>&1 | grep ^Configured | tr " " "\n" | grep -- "--with-sysroot" | cut -f2 -d= }
 
 copy_toolchain_sysroot = \
        tar cfC - ${EXT_SYSROOT_DIR}  --mode a+r+w+X .  | tar xfpBC - $(STAGING_DIR)
 
-
 uclibc: dependencies $(TARGET_DIR)/lib/$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_LIB_C)))
 
 $(TARGET_DIR)/lib/$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_LIB_C))):