--- ./Makefile.orig Sat Oct 11 22:03:14 2003 +++ ./Makefile Sat Oct 11 22:03:31 2003 @@ -556,6 +556,9 @@ # This generates dependencies for the .h files. # +scripts/mkconfigs: scripts/mkconfigs.c + $(HOSTCC) $(HOSTCFLAGS) -o scripts/mkconfigs scripts/mkconfigs.c + scripts/mkdep: scripts/mkdep.c $(HOSTCC) $(HOSTCFLAGS) -o scripts/mkdep scripts/mkdep.c --- ./kernel/Makefile.orig Sat Oct 11 22:17:07 2003 +++ ./kernel/Makefile Sat Oct 11 22:20:25 2003 @@ -33,8 +33,8 @@ include $(TOPDIR)/Rules.make -ikconfig.h: $(TOPDIR)/scripts/mkconfigs $(TOPDIR)/.config $(TOPDIR)/Makefile - $(CONFIG_SHELL) $(TOPDIR)/scripts/mkconfigs $(TOPDIR)/.config $(TOPDIR)/Makefile > ikconfig.h +ikconfig.h: $(TOPDIR)/kernel/mkconfigs $(TOPDIR)/.config $(TOPDIR)/Makefile + $(CONFIG_SHELL) $(TOPDIR)/kernel/mkconfigs $(TOPDIR)/.config $(TOPDIR)/Makefile > ikconfig.h configs.o: ikconfig.h configs.c \ $(TOPDIR)/include/linux/version.h $(TOPDIR)/include/linux/compile.h