summaryrefslogtreecommitdiff
path: root/extra/config
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-20 20:28:49 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-20 20:28:49 +0100
commita8697cd0367004528df656ea1bfaf1090aa59fe9 (patch)
tree00d38b2c52d041907d2f62f2b46d88d880fd3908 /extra/config
parentef85033ac8e07fd45d6f45463dcfecf9c78ae7ef (diff)
silence rule overriding
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/config')
-rw-r--r--extra/config/Makefile.kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/config/Makefile.kconfig b/extra/config/Makefile.kconfig
index fa8c2dd9c..83c20c474 100644
--- a/extra/config/Makefile.kconfig
+++ b/extra/config/Makefile.kconfig
@@ -150,8 +150,8 @@ clean-files += config.pot linux.pot
# Check that we have the required ncurses stuff installed for lxdialog (menuconfig)
PHONY += $(obj)/dochecklxdialog
$(addprefix $(obj)/,$(lxdialog)): $(obj)/dochecklxdialog
-$(obj)/dochecklxdialog:
- $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOST_LOADLIBES)
+#$(obj)/dochecklxdialog:
+# $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOST_LOADLIBES)
always := dochecklxdialog