rename packages dependecies missed from [8806]
[openwrt.git] / scripts / config / Makefile
index a731a40..ef11542 100644 (file)
@@ -9,16 +9,21 @@
 #         Utilizes the lxdialog package
 # object files used by all kconfig flavours
 
+
+# Platform specific fixes
+#
+# FreeBSD
+export CFLAGS+=-DKBUILD_NO_NLS
+
 conf-objs      := conf.o zconf.tab.o
 mconf-objs     := mconf.o zconf.tab.o
 
 clean-files    := lkc_defs.h qconf.moc .tmp_qtcheck \
                   .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
 
-all: conf mconf lxdialog
+all: conf mconf lxdialog/lxdialog
 
-.PHONY: lxdialog
-lxdialog:
+lxdialog/lxdialog:
        $(MAKE) -C lxdialog
 
 conf: $(conf-objs)
This page took 0.021999 seconds and 4 git commands to generate.