toolchain: copy_toolchain_lib_root: remove unused variable LIBDIR
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Tue, 7 Feb 2017 21:56:46 +0000 (22:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Apr 2017 19:32:38 +0000 (21:32 +0200)
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/helpers.mk

index 8367a063dc1d6858745418da9a26c86b1affe03d..319fbd44190f0886351dee80b71b6aaafc060d09 100644 (file)
@@ -17,7 +17,6 @@ copy_toolchain_lib_root = \
                mkdir -p $(TARGET_DIR)/$${DESTDIR}; \
                while true ; do \
                        LIBNAME=`basename $${LIBPATH}`; \
-                       LIBDIR=`dirname $${LIBPATH}` ; \
                        LINKTARGET=`readlink $${LIBPATH}` ; \
                        rm -fr $(TARGET_DIR)/$${DESTDIR}/$${LIBNAME}; \
                        if test -h $${LIBPATH} ; then \