--- gforth/engine/Makefile.in 2000/09/23 15:47:06 1.26 +++ gforth/engine/Makefile.in 2000/12/24 15:54:18 1.27 @@ -149,15 +149,17 @@ termios.o: /usr/lib/libposix.a # !! No any forth stuff should be done in ../Makefile. # !! I added the dependencies on prim.i and prim_lab.i in the main Makefile, jens -prim.i: ../prim.b ../prims2x.fs - $(FORTHK) prims2x.fs -e "s\" ../prim.b\" ' output-c process-file bye" >$@- - $(CP) $@- $@ - $(RM) $@- +#I commented out the following rules because they are no longer up-to-date. - anton -prim_lab.i: ../prim.b ../prims2x.fs - $(FORTHK) prims2x.fs -e "s\" ../prim.b\" ' output-label process-file bye" >$@- - $(CP) $@- $@ - $(RM) $@- +#prim.i: ../prim.b ../prims2x.fs +# $(FORTHK) prims2x.fs -e "s\" ../prim.b\" ' output-c process-file bye" >$@- +# $(CP) $@- $@ +# $(RM) $@- +# +#prim_lab.i: ../prim.b ../prims2x.fs +# $(FORTHK) prims2x.fs -e "s\" ../prim.b\" ' output-label process-file bye" >$@- +# $(CP) $@- $@ +# $(RM) $@- config.h: stamp-h stamp-h: config.h.in ../config.status