projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbec9f8
)
[package] base-files: fix stale space in eglibc library install section (#9270)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Apr 2011 13:18:39 +0000
(13:18 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Apr 2011 13:18:39 +0000
(13:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26720
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
e56774f
..
95ab5a7
100644
(file)
--- 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