summaryrefslogtreecommitdiffstats
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
commit47e402733a6b768a0cf87492852530a70930e593 (patch)
tree154c3a847bb39e33c983c6c82c346dce58bc658d /toolchain
parent9f9a78be6804849191da33fb7e1a63b53d804c3f (diff)
downloadmaster-31e0f0ae-47e402733a6b768a0cf87492852530a70930e593.tar.gz
master-31e0f0ae-47e402733a6b768a0cf87492852530a70930e593.tar.bz2
master-31e0f0ae-47e402733a6b768a0cf87492852530a70930e593.zip
fix typo
SVN-Revision: 10718
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