fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499

This commit is contained in:
Mike Frysinger 2005-10-22 09:05:18 +00:00
parent 9468545bbf
commit 06b151e5c9

View File

@ -4,7 +4,7 @@
#
#############################################################
ifndef $(UCLIBC_CONFIG_FILE)
ifndef UCLIBC_CONFIG_FILE
ifeq ($(BR2_ENABLE_LOCALE),y)
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config-locale
else