From: Jo-Philipp Wich Date: Tue, 19 Apr 2011 13:18:39 +0000 (+0000) Subject: base-files: fix stale space in eglibc library install section (#9270) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=144bee20905c0221c63823592a7e922e12cd5e65;p=librecmc%2Flibrecmc.git base-files: fix stale space in eglibc library install section (#9270) SVN-Revision: 26720 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e56774f1e3..95ab5a7c17 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -491,7 +491,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) if [ -e "$$$$file" ]; then \ $(CP) $$$$file $(1)/lib/; \ fi; \ - done; \ + done; \ done endef