From 144bee20905c0221c63823592a7e922e12cd5e65 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Apr 2011 13:18:39 +0000 Subject: [PATCH] base-files: fix stale space in eglibc library install section (#9270) SVN-Revision: 26720 --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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