mirror of https://github.com/hak5/openwrt.git
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
SVN-Revision: 20878lede-17.01
parent
ed4a1186c6
commit
e5e0966186
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue