From 6275b1f7a5a9a920b890505cd30ef4507d475b8b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 12 Feb 2007 19:59:12 -0500 Subject: Make kconfig build on MacOS X. (Because it's there.) --- kconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfig') 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=" + -lcurses -DCURSES_LOC="" -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} -- cgit v1.2.3