Browse Source

fix typo

SVN-Revision: 10718
Imre Kaloz 18 years ago
parent
commit
47e402733a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/uClibc/Makefile

+ 1 - 1
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