aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-04-03 13:44:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-04-03 13:44:38 +0000
commit244b78ec57eb15aea7e9e8d314626b6ac220e2da (patch)
treedfc4edf7561763901a96107325a45e431fc7f3a8 /toolchain
parentd2edad38dcca938dbe8c905daa54e64f9f90a793 (diff)
downloadmaster-187ad058-244b78ec57eb15aea7e9e8d314626b6ac220e2da.tar.gz
master-187ad058-244b78ec57eb15aea7e9e8d314626b6ac220e2da.tar.bz2
master-187ad058-244b78ec57eb15aea7e9e8d314626b6ac220e2da.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index aecd15017f..e6f2b7b191 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -90,7 +90,7 @@ ifeq ($(PKG_VERSION_SNAPSHOT),y)
else
$(call Build/Prepare/Default)
endif
- $(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),$(BOARD)) $(PKG_BUILD_DIR)/.config
+ $(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD)) $(PKG_BUILD_DIR)/.config
ifeq ($(PKG_VERSION),0.9.28)
$(call Build/Prepare/V_0_9_28)
endif