diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-15 08:22:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-15 08:22:39 +0000 |
commit | b4f7ed76fd7a1290185f974105ae68da8d7b57b8 (patch) | |
tree | 789cfeb43d7f6867c78a445d4435c3cf96745b53 /package | |
parent | b4aa36c53c687b8c4a74a1d5672c2725f3b29753 (diff) |
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20878 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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) \ |