Index: kitsh/buildsrc/kitsh-0.0/Makefile.common.in ================================================================== --- kitsh/buildsrc/kitsh-0.0/Makefile.common.in +++ kitsh/buildsrc/kitsh-0.0/Makefile.common.in @@ -27,18 +27,15 @@ ## Tcl scripts that need to be converted to C headers cvfs.tcl.h: cvfs.tcl "$(TCLSH_NATIVE)" ./stringify.tcl cvfs.tcl > cvfs.tcl.h -boot.tcl.h: boot.tcl - "$(TCLSH_NATIVE)" ./stringify.tcl boot.tcl > boot.tcl.h - zipvfs.tcl.h: zipvfs.tcl "$(TCLSH_NATIVE)" ./stringify.tcl zipvfs.tcl > zipvfs.tcl.h ## Objects -kitInit.o: kitInit.c boot.tcl.h $(EXTRA_KIT_DEPS) +kitInit.o: kitInit.c $(EXTRA_KIT_DEPS) rechan.o: rechan.c pwb.o: pwb.c zlib.o: zlib.c ### Windows resources @@ -63,8 +60,8 @@ rm -f *~ rm -rf starpack.vfs rm -rf autom4te.cache mrproper: distclean - rm -f configure config.h boot.tcl.h zipvfs.tcl.h + rm -f configure config.h zipvfs.tcl.h .PHONY: all clean distclean mrproper