aboutsummaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-02-12 19:59:12 -0500
committerRob Landley <rob@landley.net>2007-02-12 19:59:12 -0500
commit6275b1f7a5a9a920b890505cd30ef4507d475b8b (patch)
tree771d5bf2adb952155fbd0e57ff594ebf825920ac /kconfig
parent720fc26d33352407715cb286a4edc23d15906d5f (diff)
downloadtoybox-6275b1f7a5a9a920b890505cd30ef4507d475b8b.tar.gz
Make kconfig build on MacOS X. (Because it's there.)
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index f66432e5..95e621e9 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -53,10 +53,10 @@ gen_config.h: .config
kconfig/mconf: $(SHIPPED)
$(HOST_CC) -o $@ kconfig/{mconf.c,zconf.tab.c,lxdialog/*.c} \
- -lcurses "-DCURSES_LOC=<ncurses.h>"
+ -lcurses -DCURSES_LOC="<ncurses.h>" -DKBUILD_NO_NLS=1
kconfig/conf: $(SHIPPED)
- $(HOST_CC) -o $@ kconfig/{conf.c,zconf.tab.c}
+ $(HOST_CC) -o $@ kconfig/{conf.c,zconf.tab.c} -DKBUILD_NO_NLS=1
clean::
rm -f $(wildcard kconfig/*zconf*.c) kconfig/{conf,mconf}