From 144bee20905c0221c63823592a7e922e12cd5e65 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Apr 2011 13:18:39 +0000 Subject: 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(-) (limited to 'package/base-files') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e56774f..95ab5a7 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 -- cgit v1.1