[PATCH][TRIVIAL] remove unneeded menuconfig dependency

From: Rik van Riel
Date: Mon Oct 13 2003 - 08:48:43 EST


All of the other *config options depend only on symlinks, with
good reason. Make menuconfig similar to the others.

diff -urNp linux.old/Makefile linux/Makefile
--- linux.old/Makefile
+++ linux/Makefile
@@ -341,7 +341,7 @@ xconfig: symlinks
$(MAKE) -C scripts kconfig.tk
wish -f scripts/kconfig.tk

-menuconfig: include/linux/version.h symlinks
+menuconfig: symlinks
$(MAKE) -C scripts/lxdialog all
$(CONFIG_SHELL) scripts/Menuconfig arch/$(ARCH)/config.in

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/