make xconfig is broken.
The following fixes this:
===== scripts/Makefile 1.18 vs edited =====
--- 1.18/scripts/Makefile Thu Oct 3 20:20:25 2002
+++ edited/scripts/Makefile Fri Oct 4 22:13:32 2002
@@ -30,6 +30,8 @@
# but it is not worth the effort to generate the dependencies.
# The alternative solution to always generate it is fairly fast.
# FORCE it to remake
+kconfig.tk: $(obj)/kconfig.tk
+
$(obj)/kconfig.tk: $(srctree)/arch/$(ARCH)/config.in $(obj)/tkparse FORCE
@echo ' Generating $@'
@( \
-
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/