summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich2011-04-19 13:18:39 +0000
committerJo-Philipp Wich2011-04-19 13:18:39 +0000
commit2d819972a6a7867fee6d69d3bc328663d23907fa (patch)
tree2a2a65aedc4fb924d826aa86df5c25edf6736d90
parent3f10c7104609d73ab1f29f8161268d75036f9a01 (diff)
downloadarchive-2d819972a6a7867fee6d69d3bc328663d23907fa.tar.gz
[package] base-files: fix stale space in eglibc library install section (#9270)
SVN-Revision: 26720
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
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