fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499
authorMike Frysinger <vapier@gentoo.org>
Sat, 22 Oct 2005 09:05:18 +0000 (09:05 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 22 Oct 2005 09:05:18 +0000 (09:05 -0000)
toolchain/uClibc/uclibc.mk

index 1fe5f773776bc1dd68523983ea796671c02bdf55..eb0ceff127638a04794d33ba043e23f941256864 100644 (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