projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed4a118
)
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
author
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Apr 2010 08:22:39 +0000
(08:22 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Apr 2010 08:22:39 +0000
(08:22 +0000)
SVN-Revision: 20878
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 07c1089e8f575f0e7564e4efaea70cc11242cf37..b1caac8c0aed88a40f75e3aa9dcdfb5342ddbc21 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-416,7
+416,7
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
$(INSTALL_DIR) $(1)/lib
$(CP) \
$(TOOLCHAIN_DIR)/lib/ld*.so.* \
- $(
CP) $(
TOOLCHAIN_DIR)/lib/ld-$(LIBC_SO_VERSION).so \
+ $(TOOLCHAIN_DIR)/lib/ld-$(LIBC_SO_VERSION).so \
$(1)/lib/
for file in libanl libc libcidn libcrypt libdl libm $(use_libnsl) $(use_nsswitch) libresolv $(use_libutil); do \
$(CP) \