base-files: fix stale space in eglibc library install section (#9270)
SVN-Revision: 26720
This commit is contained in:
parent
f22d06ad7a
commit
144bee2090
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|||
if [ -e "$$$$file" ]; then \
|
||||
$(CP) $$$$file $(1)/lib/; \
|
||||
fi; \
|
||||
done; \
|
||||
done; \
|
||||
done
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue