Try this patch and please let me know if it fixes this problem. Please
also do a "make clean" after you apply it. If it does not fix your problem,
could you also mail me the .config file from you top level kernel source
directory?
Jim
--- linux.orig/kernel/Makefile Wed Aug 16 07:57:02 1995
+++ linux/kernel/Makefile Fri Aug 18 14:04:32 1995
@@ -20,6 +20,8 @@
ifdef CONFIG_MODVERSIONS
$(O_TARGET): $(SYMTAB_OBJS:.o=.ver)
+dep: $(SYMTAB_OBJS:.o=.ver)
+fastdep: $(SYMTAB_OBJS:.o=.ver)
endif
include $(TOPDIR)/Rules.make