toolchain/uclibc: fix typo

This commit is contained in:
Peter Korsgaard 2008-12-23 10:21:07 +00:00
parent 11050fcc62
commit 40a2bdae7c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ else
toolchain/patch-kernel.sh $(UCLIBC_DIR) $(UCLIBC_PATCH_DIR) \
uClibc.\*.patch uClibc.\*.patch.$(ARCH)
endif
ifneq ($(BR2_ENABLE_LOCALE_PREGENERATED)),)
ifneq ($(BR2_ENABLE_LOCALE_PREGENERATED),)
cp -dpf $(DL_DIR)/$(UCLIBC_SOURCE_LOCALE) $(UCLIBC_DIR)/extra/locale/
endif
touch $@