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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4b804f3ae0ab5a76362c4d469f6c1a73b0ea955f;p=15.05%2Fopenwrt.git [package] base-files: fix stale space in eglibc library install section (#9270) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26720 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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