diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-15 08:22:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-15 08:22:39 +0000 |
commit | e5e096618634f2098d0a533cfce004279107c39f (patch) | |
tree | 501fadc1746af86a5c29b5e15b271c382493a91a /package/base-files | |
parent | ed4a1186c60622acb59d373794fec29c86bcf281 (diff) | |
download | upstream-e5e096618634f2098d0a533cfce004279107c39f.tar.gz upstream-e5e096618634f2098d0a533cfce004279107c39f.tar.bz2 upstream-e5e096618634f2098d0a533cfce004279107c39f.zip |
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
SVN-Revision: 20878
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 07c1089e8f..b1caac8c0a 100644 --- 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) \ |