From: Mike Frysinger Date: Sat, 22 Oct 2005 09:05:18 +0000 (-0000) Subject: fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06b151e5c90718786d0bdc90b30e3f753ad60ea0;p=buildroot.git fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499 --- diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index 1fe5f77377..eb0ceff127 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -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