This patch got rid if the annoying warning for me. It might have broken
the xconfig stuff, but at least oldconfig/config/menuconfig don't depend
on having QT installed anymore.
Jan
--- linux-2.5.45/Makefile 2002-10-30 20:53:08.000000000 -0500
+++ linux/Makefile 2002-10-30 20:54:12.000000000 -0500
@@ -635,7 +635,7 @@
.PHONY: oldconfig xconfig menuconfig config \
make_with_config
-scripts/kconfig/conf scripts/kconfig/mconf scripts/kconfig/qconf: scripts/fixdep FORCE
+scripts/kconfig/conf scripts/kconfig/mconf: scripts/fixdep FORCE
+@$(call descend,scripts/kconfig,$@)
xconfig: scripts/kconfig/qconf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/