From: Jo-Philipp Wich Date: Tue, 19 Apr 2011 13:18:39 +0000 (+0000) Subject: [package] base-files: fix stale space in eglibc library install section (#9270) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2d819972a6a7867fee6d69d3bc328663d23907fa [package] 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