The following patch fixes this:
===== scripts/Makefile 1.30 vs edited =====
--- 1.30/scripts/Makefile Mon Feb 17 04:20:26 2003
+++ edited/scripts/Makefile Tue Feb 18 18:12:22 2003
@@ -11,6 +11,7 @@
host-progs := fixdep split-include conmakehash docproc kallsyms modpost \
mk_elfconfig
build-targets := $(host-progs) empty.o
+EXTRA_TARGETS := elfconfig.h
modpost-objs := modpost.o file2alias.o
@@ -30,4 +31,3 @@
$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
$(call if_changed,elfconfig)
-targets += $(obj)/elfconfig.h
-
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/