Diff for /gforth/engine/Makefile.in between versions 1.26 and 1.27

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

Removed from v.1.26  
changed lines
  Added in v.1.27


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>