projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22d06a
)
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)
SVN-Revision: 26720
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index e56774f1e34f3540ed1229d97f06459496ece910..95ab5a7c17f290a8c27981ef35ab7ca62d63213c 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